java.lang.Object
com.aoapps.payments.TokenizedCreditCard
Minimal information available from
MerchantServicesProvider
for stored cards.- Author:
- AO Industries, Inc.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the provider-specific replacement expiration date for this tokenized card.Gets the provider-specific replacement masked card number for this tokenized card.Gets the provider-specific unique identifier.Gets the replacement expiration month for this tokenized card.Gets the replacement expiration year for this tokenized card.Gets the replacement masked card number for this tokenized card.
-
Constructor Details
-
Method Details
-
getProviderUniqueId
Gets the provider-specific unique identifier. -
getProviderReplacementMaskedCardNumber
Gets the provider-specific replacement masked card number for this tokenized card.- See Also:
-
getReplacementMaskedCardNumber
Gets the replacement masked card number for this tokenized card. This may be updated by the provider when new card information is available. This updated number may be then stored back into any local persistence.- Returns:
- the new masked card number or
null
when unchanged or auto-replacements not supported
-
getProviderReplacementExpiration
Gets the provider-specific replacement expiration date for this tokenized card.- See Also:
-
getReplacementExpirationMonth
Gets the replacement expiration month for this tokenized card. This may be updated by the provider when new card information is available. This updated expiration may be then stored back into any local persistence.- Returns:
- the new expiration month or
null
when unchanged or auto-replacements not supported
-
getReplacementExpirationYear
Gets the replacement expiration year for this tokenized card. This may be updated by the provider when new card information is available. This updated expiration may be then stored back into any local persistence.- Returns:
- the new expiration year or
null
when unchanged or auto-replacements not supported
-