Sha256: 2591386e19e38ded0e3864e9edcbd4d750e1ebfda953661722aa105e33b83fe5
Contents?: true
Size: 942 Bytes
Versions: 6
Compression:
Stored size: 942 Bytes
Contents
# OpenapiClient::AdditionalTransactionDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **comments** | **String** | Comment for the payment. | [optional] **invoice_number** | **String** | Invoice number. | [optional] **purchase_order_number** | **String** | Purchase order number. | [optional] **disbursement_trans_type** | **String** | The type of debit disbursement transaction. | [optional] **wallet_provider** | **String** | The wallet provider type. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::AdditionalTransactionDetails.new(comments: This is a comment, invoice_number: 551294633441, purchase_order_number: 1223456, disbursement_trans_type: FUNDING, wallet_provider: APPLE_PAY) ```
Version data entries
6 entries across 6 versions & 1 rubygems