1 <?php
2
3 namespace PayPal\Api;
4
5 use PayPal\Common\PayPalModel;
6
7 /**
8 * Class BillingAgreementToken
9 *
10 * PayPal generated billing agreement token. It is a token returned by /v1/billing-agreements/agreement-token API end point.
11 *
12 * @package PayPal\Api
13 *
14 */
15 class BillingAgreementToken extends PayPalModel
16 {
17 }
18