AmericanExpressRewardsBalance

data class AmericanExpressRewardsBalance @JvmOverloads constructor(var errorCode: String? = null, var errorMessage: String? = null, var conversionRate: String? = null, var currencyAmount: String? = null, var currencyIsoCode: String? = null, var requestId: String? = null, var rewardsAmount: String? = null, var rewardsUnit: String? = null) : Parcelable

Class to parse and contain American Express rewards balance

Constructors

Link copied to clipboard
constructor(errorCode: String? = null, errorMessage: String? = null, conversionRate: String? = null, currencyAmount: String? = null, currencyIsoCode: String? = null, requestId: String? = null, rewardsAmount: String? = null, rewardsUnit: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)