Search completed in 1.11 seconds.
6 results for "PaymentOptions":
Index - Web APIs
WebAPIIndex
this option is only present when the requestpayerphone option is set to true in the paymentoptions object passed to the paymentrequest constructor.
...this option is only present when the requestpayeremail option is set to true in the paymentoptions object passed to the paymentrequest constructor.
...this option is only present when the requestshipping option is set to true in the paymentoptions object passed to the paymentrequest constructor.
PaymentRequest.shippingAddress - Web APIs
WebAPIPaymentRequestshippingAddress
you can trigger this by setting paymentoptions.requestshipping to true when calling the paymentrequest constructor.
PaymentResponse.payerEmail - Web APIs
WebAPIPaymentResponsepayerEmail
this option is only present when the requestpayeremail option is set to true in the paymentoptions object passed to the paymentrequest constructor.
PayerResponse.payerPhone - Web APIs
WebAPIPaymentResponsepayerPhone
this option is only present when the requestpayerphone option is set to true in the paymentoptions object passed to the paymentrequest constructor.
PaymentResponse.shippingAddress - Web APIs
WebAPIPaymentResponseshippingAddress
you can trigger this by setting paymentoptions.requestshipping to true when calling the paymentrequest constructor.
PaymentResponse.shippingOption - Web APIs
WebAPIPaymentResponseshippingOption
this option is only present when the requestshipping option is set to true in the paymentoptions object passed to the paymentrequest constructor.