Sha256: 2108394e5c4d6267be7a6bd7be4e0e696f908f0117c221f5c5c7f0983727de4f
Contents?: true
Size: 625 Bytes
Versions: 1
Compression:
Stored size: 625 Bytes
Contents
# MfkOpenapiRubyClient::PaymentMethod ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_transfer** | [**AccountTransfer**](AccountTransfer.md) | | [optional] | | **bank_transfer** | [**BankTransfer**](BankTransfer.md) | | [optional] | | **object** | **String** | このObjectの種別を示します。ここでは必ず`payment_method`が入ります。 | [optional] | ## Example ```ruby require 'mfk_openapi_ruby_client' instance = MfkOpenapiRubyClient::PaymentMethod.new( account_transfer: null, bank_transfer: null, object: payment_method ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mfk_openapi_ruby_client-1.0.0 | docs/PaymentMethod.md |