Sha256: 2420746958707d970fb8182279711e448461ce245aaeb784ba1df0375724a566
Contents?: true
Size: 782 Bytes
Versions: 8
Compression:
Stored size: 782 Bytes
Contents
# OpenapiClient::Billing ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Billing name. | [optional] **customer_id** | **String** | Customer ID for billing purpose. | [optional] **birth_date** | **Date** | Customer birth date. | [optional] **contact** | [**Contact**](Contact.md) | | [optional] **address** | [**Address**](Address.md) | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::Billing.new(name: John Doe, customer_id: 1234567890, birth_date: Wed Jan 30 18:00:00 CST 1980, contact: null, address: null) ```
Version data entries
8 entries across 8 versions & 1 rubygems