BTAmericanExpressRewardsBalance

@objcMembers
public class BTAmericanExpressRewardsBalance : NSObject

Contains information about an American Express rewards balance.

  • Optional. An error code when there was an issue fetching the rewards balance

    Declaration

    Swift

    public var errorCode: String?
  • Optional. An error message when there was an issue fetching the rewards balance

    Declaration

    Swift

    public var errorMessage: String?
  • Optional. The conversion rate associated with the rewards balance

    Declaration

    Swift

    public var conversionRate: String?
  • Optional. The currency amount associated with the rewards balance

    Declaration

    Swift

    public var currencyAmount: String?
  • Optional. The currency ISO code associated with the rewards balance

    Declaration

    Swift

    public var currencyIsoCode: String?
  • Optional. The request ID used when fetching the rewards balance

    Declaration

    Swift

    public var requestID: String?
  • Optional. The rewards amount associated with the rewards balance

    Declaration

    Swift

    public var rewardsAmount: String?
  • Optional. The rewards unit associated with the rewards balance

    Declaration

    Swift

    public var rewardsUnit: String?