forked from LiveCarta/PayPal-PHP-SDK
Payments API Updates
This commit is contained in:
17
lib/PayPal/Api/BillingAgreementToken.php
Normal file
17
lib/PayPal/Api/BillingAgreementToken.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user