/home/techb158/exp.abdallabala.com/vendor/stripe/stripe-php/lib
Edit: /home/techb158/exp.abdallabala.com/vendor/stripe/stripe-php/lib/ApplePayDomain.php (1016B)
true if the object exists in live mode or the value
false if the object exists in test mode.
*/
class ApplePayDomain extends ApiResource
{
const OBJECT_NAME = 'apple_pay_domain';
use ApiOperations\All;
use ApiOperations\Create;
use ApiOperations\Delete;
use ApiOperations\Retrieve;
/**
* @return string The class URL for this resource. It needs to be special
* cased because it doesn't fit into the standard resource pattern.
*/
public static function classUrl()
{
return '/v1/apple_pay/domains';
}
}