Skip to main content

AccountProfile

No description

type AccountProfile {
categoryLabel: String
localCreditName: String
allowCustomerSelectedRedemptionAmount: Boolean!
iconUrl: String
imageUrl: String
brandColorHex: String
privacyPolicyUrl: String
balanceVisibility: RoWalletBalanceVisibility!
redemptionConversionRate: Float
showRedemptionConversion: Boolean!
}

Fields

AccountProfile.categoryLabel ● String scalar

Admin-managed primary display category for wallet surfaces

AccountProfile.localCreditName ● String scalar

Admin-managed display name for local credit in wallet surfaces

AccountProfile.allowCustomerSelectedRedemptionAmount ● Boolean! non-null scalar

Whether wallet customers may choose partial/custom POS redemption amounts

AccountProfile.iconUrl ● String scalar

Admin-managed icon URL for wallet brand rows

AccountProfile.imageUrl ● String scalar

Admin-managed hero image URL for wallet brand details

AccountProfile.brandColorHex ● String scalar

Admin-managed brand colour as a six-digit hexadecimal value

AccountProfile.privacyPolicyUrl ● String scalar

HTTPS URL for the account privacy policy shown when customers join

AccountProfile.balanceVisibility ● RoWalletBalanceVisibility! non-null enum

Account balance types shown in RO Wallet

AccountProfile.redemptionConversionRate ● Float scalar

Currency value applied to each point when calculating redemption conversion

AccountProfile.showRedemptionConversion ● Boolean! non-null scalar

Whether RO Wallet may display the calculated redemption conversion

Member Of

Account object