Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.62 KB

CartSettingsPayment.md

File metadata and controls

22 lines (18 loc) · 1.62 KB

com.ultracart.admin.v2.Model.CartSettingsPayment

Properties

Name Type Description Notes
Amazon CartSettingsPaymentAmazon [optional]
CreditCard CartSettingsPaymentCreditCard [optional]
NeedPayment bool? True if this card requires a payment from the customer [optional]
Paypal CartSettingsPaymentPayPal [optional]
SupportsAmazon bool? True if Amazon payments are available on this order [optional]
SupportsCheck bool? True if check payments are available on this order [optional]
SupportsCod bool? True if COD payments are available on this order [optional]
SupportsCreditCard bool? True if credit card payments are available on this order [optional]
SupportsMoneyOrder bool? True if money order payments are available on this order [optional]
SupportsPaypal bool? True if PayPal payments are available on this order [optional]
SupportsPurchaseOrder bool? True if purchase order payments are available on this order [optional]
SupportsQuoteRequest bool? True if quote requests payments are available on this order [optional]
SupportsWireTransfer bool? True if wire transfer payments are available on this order [optional]

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