The PaymentDetailsBase dictionary is a mixin used by the PaymentDetailsInit
web.payments.PaymentDetailsUpdate
dictionaries.
The PaymentDetailsBase dictionary is a mixin used by the `PaymentDetailsInit` `web.payments.PaymentDetailsUpdate` dictionaries.
(display-items this)
Property.
An array of PaymentItem objects, each describing one line item the payment request. These represent the line items on a receipt invoice.
Property. An array of PaymentItem objects, each describing one line item the payment request. These represent the line items on a receipt invoice.
(modifiers this)
Property.
An array of PaymentDetailsModifier objects, each describing a for particular payment method identifiers. For example, you can one to adjust the total payment amount based on the selected method ("5% cash discount!").
Property. An array of PaymentDetailsModifier objects, each describing a for particular payment method identifiers. For example, you can one to adjust the total payment amount based on the selected method ("5% cash discount!").
(set-display-items! this val)
Property.
An array of PaymentItem objects, each describing one line item the payment request. These represent the line items on a receipt invoice.
Property. An array of PaymentItem objects, each describing one line item the payment request. These represent the line items on a receipt invoice.
(set-modifiers! this val)
Property.
An array of PaymentDetailsModifier objects, each describing a for particular payment method identifiers. For example, you can one to adjust the total payment amount based on the selected method ("5% cash discount!").
Property. An array of PaymentDetailsModifier objects, each describing a for particular payment method identifiers. For example, you can one to adjust the total payment amount based on the selected method ("5% cash discount!").
(set-shipping-options! this val)
Property.
An array of PaymentShippingOption objects, each describing one shipping option from which the user may choose.
Property. An array of PaymentShippingOption objects, each describing one shipping option from which the user may choose.
(shipping-options this)
Property.
An array of PaymentShippingOption objects, each describing one shipping option from which the user may choose.
Property. An array of PaymentShippingOption objects, each describing one shipping option from which the user may choose.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close