Skip to main content

UpdateAccountProfileInput

Input for updating an account wallet display profile

input UpdateAccountProfileInput {
categoryLabel: String
localCreditName: String
allowCustomerSelectedRedemptionAmount: Boolean
iconUrl: String
imageUrl: String
brandColorHex: String
privacyPolicyUrl: String
balanceVisibility: RoWalletBalanceVisibility
redemptionConversionRate: Float
showRedemptionConversion: Boolean
}

Fields

UpdateAccountProfileInput.categoryLabel ● String scalar

Admin-managed primary display category for wallet surfaces

UpdateAccountProfileInput.localCreditName ● String scalar

Admin-managed display name for local credit in wallet surfaces

UpdateAccountProfileInput.allowCustomerSelectedRedemptionAmount ● Boolean scalar

Whether wallet customers may choose partial/custom POS redemption amounts

UpdateAccountProfileInput.iconUrl ● String scalar

Admin-managed icon URL for wallet brand rows

UpdateAccountProfileInput.imageUrl ● String scalar

Admin-managed hero image URL for wallet brand details

UpdateAccountProfileInput.brandColorHex ● String scalar

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

UpdateAccountProfileInput.privacyPolicyUrl ● String scalar

HTTPS URL for the account privacy policy shown when customers join

UpdateAccountProfileInput.balanceVisibility ● RoWalletBalanceVisibility enum

Account balance types shown in RO Wallet

UpdateAccountProfileInput.redemptionConversionRate ● Float scalar

Currency value applied to each point when calculating redemption conversion

UpdateAccountProfileInput.showRedemptionConversion ● Boolean scalar

Whether RO Wallet may display the calculated redemption conversion

Member Of

UpdateAccountInput input