OpenapiClient::AdditionalTransactionDetails
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]
receipts
Array<Receipt>
Provides receipt response data, if it has been requested.
[optional]
additional_response_data
AdditionalResponseData
[optional]
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 ,
receipts : [ { " ; type " ; :" ; cardholder " ; , " ; data " ; :[ { " ; endOfLine " ; :true , " ; text " ; :" ; --------------------------------" ; } , { " ; endOfLine " ; :true , " ; text " ; :" ; SALE " ; } ] } , { " ; type " ; :" ; merchant " ; , " ; data " ; :[ { " ; endOfLine " ; :true , " ; text " ; :" ; Example Merchant " ; } , { " ; endOfLine " ; :true , " ; text " ; :" ; --------------------------------" ; } ] } ] ,
additional_response_data : null )