Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 735 Bytes

File metadata and controls

21 lines (14 loc) · 735 Bytes

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 [optional]

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::TeleCheckICAPaymentMethodAllOf.new(customer_ip_address: 11.32.232.44,
                                 imei_code: 99-000086-247185-4,
                                 recurring_type: null)