Sha256: 74858e165c5405ceecba812d95c0268de6c14040fe6d6fcf8a431a8cee17e6e7
Contents?: true
Size: 735 Bytes
Versions: 10
Compression:
Stored size: 735 Bytes
Contents
# OpenapiClient::TeleCheckICAPaymentMethodAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **customer_ip_address** | **String** | Customer IP address from the terminal where the order was placed (as captured by merchant). | **imei_code** | **String** | International mobile equipment identity code. | [optional] **recurring_type** | [**AchRecurringType**](AchRecurringType.md) | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::TeleCheckICAPaymentMethodAllOf.new(customer_ip_address: 11.32.232.44, imei_code: 99-000086-247185-4, recurring_type: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems