Class Card
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Card
- All Implemented Interfaces:
Serializable
The payment card to use to fund a payment. Card can be a credit or debit card.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResults of Authentication such as 3D Secure.getBrand()
The card brand or network.The card expiration year and month, in Internet date format.Representation of card details as received in the request.The last digits of the payment card.getName()
The last digits of the payment card.getType()
The payment card type.void
setAuthenticationResult
(AuthenticationResult authenticationResult) Results of Authentication such as 3D Secure.void
The card brand or network.void
The card expiration year and month, in Internet date format.void
setFromRequest
(CardFromRequest fromRequest) Representation of card details as received in the request.void
setLastDigits
(String lastDigits) The last digits of the payment card.void
The last digits of the payment card.void
The payment card type.
-
Constructor Details
-
Card
public Card()
-
-
Method Details
-
setAuthenticationResult
Results of Authentication such as 3D Secure. -
setBrand
The card brand or network. Typically used in the response. The possible values are:- VISA. Visa card.
- MASTERCARD. Mastecard card.
- DISCOVER. Discover card.
- AMEX. American Express card.
- SOLO. Solo debit card.
- JCB. Japan Credit Bureau card.
- STAR. Military Star card.
- DELTA. Delta Airlines card.
- SWITCH. Switch credit card.
- MAESTRO. Maestro credit card.
- CB_NATIONALE. Carte Bancaire (CB) credit card.
- CONFIGOGA. Configoga credit card.
- ELECTRON. Visa Electron credit card.
- CETELEM. Cetelem credit card.
- CHINA_UNION_PAY. China union pay credit card.
-
setExpiry
The card expiration year and month, in Internet date format. -
setFromRequest
Representation of card details as received in the request. -
setLastDigits
The last digits of the payment card. -
setName
The last digits of the payment card. -
setType
The payment card type. -
getAuthenticationResult
Results of Authentication such as 3D Secure. -
getBrand
The card brand or network. Typically used in the response. The possible values are:- VISA. Visa card.
- MASTERCARD. Mastecard card.
- DISCOVER. Discover card.
- AMEX. American Express card.
- SOLO. Solo debit card.
- JCB. Japan Credit Bureau card.
- STAR. Military Star card.
- DELTA. Delta Airlines card.
- SWITCH. Switch credit card.
- MAESTRO. Maestro credit card.
- CB_NATIONALE. Carte Bancaire (CB) credit card.
- CONFIGOGA. Configoga credit card.
- ELECTRON. Visa Electron credit card.
- CETELEM. Cetelem credit card.
- CHINA_UNION_PAY. China union pay credit card.
-
getExpiry
The card expiration year and month, in Internet date format. -
getFromRequest
Representation of card details as received in the request. -
getLastDigits
The last digits of the payment card. -
getName
The last digits of the payment card. -
getType
The payment card type.
-