Liking cljdoc? Tell your friends :D

web.payments.PaymentDetailsBase

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.
raw docstring

display-itemscljs

(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.
sourceraw docstring

modifierscljs

(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!").
sourceraw docstring

set-display-items!cljs

(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.
sourceraw docstring

set-modifiers!cljs

(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!").
sourceraw docstring

set-shipping-options!cljs

(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.
sourceraw docstring

shipping-optionscljs

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close