Sha256: 9c9ff7844c2fa64c9c97d3fd9932a866d2107e0872709cbac2a936c625d584c5
Contents?: true
Size: 436 Bytes
Versions: 1
Compression:
Stored size: 436 Bytes
Contents
# MfkOpenapiRubyClient::CreateCustomerResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **customer** | [**Customer**](Customer.md) | | [optional] | | **destination** | [**Destination**](Destination.md) | | [optional] | ## Example ```ruby require 'mfk_openapi_ruby_client' instance = MfkOpenapiRubyClient::CreateCustomerResponse.new( customer: null, destination: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mfk_openapi_ruby_client-1.0.0 | docs/CreateCustomerResponse.md |