Sha256: 895704b1ece04f33cefa0dcf7a7feb84d8ea97badeda976fb006e5ee9ae98227
Contents?: true
Size: 1.25 KB
Versions: 196
Compression:
Stored size: 1.25 KB
Contents
# UltracartClient::OrderPaymentECheck ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **bank_aba_code** | **String** | Bank routing code | [optional] | | **bank_account_name** | **String** | Bank account name | [optional] | | **bank_account_number** | **String** | Bank account number (masked to last 4) | [optional] | | **bank_account_type** | **String** | Bank account type | [optional] | | **bank_name** | **String** | Bank name | [optional] | | **bank_owner_type** | **String** | Bank owner type | [optional] | | **customer_tax_id** | **String** | Customer tax id (masked to last 4) | [optional] | | **drivers_license_dob** | **String** | Driver license date of birth | [optional] | | **drivers_license_number** | **String** | Driver license number (masked to last 4) | [optional] | | **drivers_license_state** | **String** | Driver license state | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderPaymentECheck.new( bank_aba_code: null, bank_account_name: null, bank_account_number: null, bank_account_type: null, bank_name: null, bank_owner_type: null, customer_tax_id: null, drivers_license_dob: null, drivers_license_number: null, drivers_license_state: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems