Sha256: 0c91980ba58675fc9f123a0185abae9cefdc634a037cb997485aa3c165c512fd
Contents?: true
Size: 1.92 KB
Versions: 196
Compression:
Stored size: 1.92 KB
Contents
# UltracartClient::CartSettingsPayment ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amazon** | [**CartSettingsPaymentAmazon**](CartSettingsPaymentAmazon.md) | | [optional] | | **credit_card** | [**CartSettingsPaymentCreditCard**](CartSettingsPaymentCreditCard.md) | | [optional] | | **need_payment** | **Boolean** | True if this card requires a payment from the customer | [optional] | | **paypal** | [**CartSettingsPaymentPayPal**](CartSettingsPaymentPayPal.md) | | [optional] | | **supports_amazon** | **Boolean** | True if Amazon payments are available on this order | [optional] | | **supports_check** | **Boolean** | True if check payments are available on this order | [optional] | | **supports_cod** | **Boolean** | True if COD payments are available on this order | [optional] | | **supports_credit_card** | **Boolean** | True if credit card payments are available on this order | [optional] | | **supports_money_order** | **Boolean** | True if money order payments are available on this order | [optional] | | **supports_paypal** | **Boolean** | True if PayPal payments are available on this order | [optional] | | **supports_purchase_order** | **Boolean** | True if purchase order payments are available on this order | [optional] | | **supports_quote_request** | **Boolean** | True if quote requests payments are available on this order | [optional] | | **supports_wire_transfer** | **Boolean** | True if wire transfer payments are available on this order | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartSettingsPayment.new( amazon: null, credit_card: null, need_payment: null, paypal: null, supports_amazon: null, supports_check: null, supports_cod: null, supports_credit_card: null, supports_money_order: null, supports_paypal: null, supports_purchase_order: null, supports_quote_request: null, supports_wire_transfer: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems