Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.66 KB

CartSettingsPayment.md

File metadata and controls

22 lines (18 loc) · 1.66 KB

CartSettingsPayment

Properties

Name Type Description Notes
amazon \ultracart\v2\models\CartSettingsPaymentAmazon [optional]
credit_card \ultracart\v2\models\CartSettingsPaymentCreditCard [optional]
need_payment bool True if this card requires a payment from the customer [optional]
paypal \ultracart\v2\models\CartSettingsPaymentPayPal [optional]
supports_amazon bool True if Amazon payments are available on this order [optional]
supports_check bool True if check payments are available on this order [optional]
supports_cod bool True if COD payments are available on this order [optional]
supports_credit_card bool True if credit card payments are available on this order [optional]
supports_money_order bool True if money order payments are available on this order [optional]
supports_paypal bool True if PayPal payments are available on this order [optional]
supports_purchase_order bool True if purchase order payments are available on this order [optional]
supports_quote_request bool True if quote requests payments are available on this order [optional]
supports_wire_transfer bool True if wire transfer payments are available on this order [optional]

[Back to Model list] [Back to API list] [Back to README]