Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 512 Bytes

File metadata and controls

24 lines (18 loc) · 512 Bytes

OpenapiClient::PaymentBatchCancellationRequest

Properties

Name Type Description Notes
merchant_id String
batch_id String
void_reason String
transaction_ids Array<String>

Example

require 'openapi_client'

instance = OpenapiClient::PaymentBatchCancellationRequest.new(
  merchant_id: null,
  batch_id: null,
  void_reason: null,
  transaction_ids: null
)