Sha256: f823655f50a01f1c88dae47b859084e8695e0f046744d4580afacbbad465c567
Contents?: true
Size: 787 Bytes
Versions: 3
Compression:
Stored size: 787 Bytes
Contents
# Conekta::PayoutOrderResponseCustomerInfo ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **customer_custom_reference** | **String** | Custom reference | [optional] | | **name** | **String** | | [optional] | | **email** | **String** | | [optional] | | **phone** | **String** | | [optional] | | **corporate** | **Boolean** | | [optional][default to false] | | **object** | **String** | | [optional] | | **id** | **String** | The id of the customer. | | ## Example ```ruby require 'conekta' instance = Conekta::PayoutOrderResponseCustomerInfo.new( customer_custom_reference: custom_reference, name: DevTest, email: test@conekta.com, phone: 5522997233, corporate: null, object: customer_info, id: cus_23874283647 ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
conekta-6.0.5 | docs/PayoutOrderResponseCustomerInfo.md |
conekta-6.0.4 | docs/PayoutOrderResponseCustomerInfo.md |
conekta-6.0.3 | docs/PayoutOrderResponseCustomerInfo.md |