Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.payments.CardStoredCredential
Packages that use CardStoredCredential
-
Uses of CardStoredCredential in com.broadleafcommerce.paypal.micro.gateway.domain.payments
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.payments that return CardStoredCredentialModifier and TypeMethodDescriptionCardRequest.getStoredCredential()
Provides additional details to process a payment using a "card" that has been stored or is intended to be stored (also referred to as stored_credential or card-on-file).Methods in com.broadleafcommerce.paypal.micro.gateway.domain.payments with parameters of type CardStoredCredentialModifier and TypeMethodDescriptionvoid
CardRequest.setStoredCredential
(CardStoredCredential storedCredential) Provides additional details to process a payment using a "card" that has been stored or is intended to be stored (also referred to as stored_credential or card-on-file).