Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.payments.CardStoredCredential
- 
Packages that use CardStoredCredential Package Description com.broadleafcommerce.paypal.micro.gateway.domain.payments  - 
- 
Uses of CardStoredCredential in com.broadleafcommerce.paypal.micro.gateway.domain.payments
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.payments that return CardStoredCredential Modifier and Type Method Description CardStoredCredentialCardRequest. 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 CardStoredCredential Modifier and Type Method Description voidCardRequest. 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). 
 -