Search completed in 1.01 seconds.
6 results for "PaymentShippingOption":
PaymentCurrencyAmount - Web APIs
WebAPIPaymentCurrencyAmount
this is used to specify the prices of both line items on a payment, using paymentitem objects, and to provide the cost of a shipping option, using paymentshippingoption.
PaymentDetailsBase - Web APIs
WebAPIPaymentDetailsBase
shippingoptionsoptional an array of paymentshippingoption objects, each describing one available shipping option from which the user may choose.
PaymentDetailsUpdate - Web APIs
WebAPIPaymentDetailsUpdate
shippingoptions optional an array of paymentshippingoption objects, each describing one available shipping option from which the user may choose.
PaymentRequest: paymentmethodchange event - Web APIs
WebAPIPaymentRequestpaymentmethodchange event
the code assumes the existence of a method detailsforshipping(), which returns a paymentdetailsupdate object containing the shipping options for the ground shipping method, in the form found in the paymentshippingoption dictionary.
PaymentRequest.shippingOption - Web APIs
WebAPIPaymentRequestshippingOption
syntax // returns the id of the selected paymentshippingoption var shippingoption = request.shippingoption; example in the example below, the paymentrequest.onshippingoptionchange and the paymentrequest.onshippingaoptionchange events are dispatched.
PaymentRequestUpdateEvent.updateWith() - Web APIs
WebAPIPaymentRequestUpdateEventupdateWith
shippingoptions optional an array of paymentshippingoption objects, each describing one available shipping option from which the user may choose.