File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/give/src/PaymentGateways/Gateways/PayPalCommerce/types.ts
Back
/** * PayPal Commerce Platform: Standard address. * * @since 3.1.0 */ export type PayPalAddress = { address_line_1: string, address_line_2: string, admin_area_2: string, admin_area_1: string, country_code: string, postal_code: string, }; /** * PayPal Commerce Platform: Shipping address * * @see https://developer.paypal.com/docs/api/subscriptions/v1/#subscriptions_revise!path=shipping_address&t=request * @since 3.1.0 */ export type PayPalShippingAddress = { name: { full_name: string, }, address: PayPalAddress, }; /** * PayPal Commerce Platform: Subscriber * * @see https://developer.paypal.com/docs/api/subscriptions/v1/#subscriptions_create!path=subscriber&t=request * @since 3.1.0 */ export type PayPalSubscriber = { name: { given_name: string, surname: string }, email_address: string, shipping_address?: PayPalShippingAddress, };
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings