mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-10 21:08:41 +00:00
18 lines
310 B
PHP
18 lines
310 B
PHP
<?php
|
|
|
|
namespace PayPal\Api;
|
|
|
|
use PayPal\Common\PayPalModel;
|
|
|
|
/**
|
|
* Class BillingAgreementToken
|
|
*
|
|
* PayPal generated billing agreement token. It is a token returned by /v1/billing-agreements/agreement-token API end point.
|
|
*
|
|
* @package PayPal\Api
|
|
*
|
|
*/
|
|
class BillingAgreementToken extends PayPalModel
|
|
{
|
|
}
|