• File: BillingAgreementToken.php
  • Full Path: /home/masbinta/public_html/core/vendor/paypal/rest-api-sdk-php/lib/PayPal/Api/BillingAgreementToken.php
  • File size: 310 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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
{
}