public class AmericanExpress
extends java.lang.Object
| Constructor and Description |
|---|
AmericanExpress() |
| Modifier and Type | Method and Description |
|---|---|
static void |
getRewardsBalance(BraintreeFragment fragment,
java.lang.String nonce,
java.lang.String currencyIsoCode)
Gets the rewards balance associated with a Braintree nonce.
|
public static void getRewardsBalance(BraintreeFragment fragment, java.lang.String nonce, java.lang.String currencyIsoCode)
fragment - the BraintreeFragment This fragment will also be responsible
for handling callbacks to it's listenersnonce - A nonce representing a card that will be used to look up the rewards balancecurrencyIsoCode - The currencyIsoCode to use. Example: 'USD'