Class CardFromRequest
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.CardFromRequest
- All Implemented Interfaces:
Serializable
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe card expiration year and month, in Internet date format.The last digits of the payment card.void
The card expiration year and month, in Internet date format.void
setLastDigits
(String lastDigits) The last digits of the payment card.
-
Constructor Details
-
CardFromRequest
public CardFromRequest()
-
-
Method Details
-
setExpiry
The card expiration year and month, in Internet date format. -
setLastDigits
The last digits of the payment card. -
getExpiry
The card expiration year and month, in Internet date format. -
getLastDigits
The last digits of the payment card.
-