Class Token
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.payments.Token
- All Implemented Interfaces:
Serializable
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Token
public Token()
-
-
Method Details
-
setId
The PayPal-generated ID for the token. -
setType
The tokenization method that generated the ID. The possible values are:- "BILLING_AGREEMENT". The PayPal billing agreement ID. References an approved recurring payment for goods or services.
-
getId
The PayPal-generated ID for the token. -
getType
The tokenization method that generated the ID. The possible values are:- "BILLING_AGREEMENT". The PayPal billing agreement ID. References an approved recurring payment for goods or services.
-