Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.payments.NetworkTransactionReference
-
Packages that use NetworkTransactionReference Package Description com.broadleafcommerce.paypal.micro.gateway.domain.payments -
-
Uses of NetworkTransactionReference in com.broadleafcommerce.paypal.micro.gateway.domain.payments
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.payments that return NetworkTransactionReference Modifier and Type Method Description NetworkTransactionReference
CardStoredCredential. getPreviousNetworkTransactionReference()
Reference values used by the card network to identify a transaction.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.payments with parameters of type NetworkTransactionReference Modifier and Type Method Description void
CardStoredCredential. setPreviousNetworkTransactionReference(NetworkTransactionReference previousNetworkTransactionReference)
Reference values used by the card network to identify a transaction.
-