Sha256: e4afa8afba9a27e135c2d39b9588d3ff18c8e4e73c717a642bf862a08f01b473
Contents?: true
Size: 454 Bytes
Versions: 4
Compression:
Stored size: 454 Bytes
Contents
# SyncteraRubySdk::TransferReversalRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Integer** | Amount of the refund in cents (Amount can be up to the original amount) | | | **currency** | **String** | ISO 4217 Alpha-3 currency code | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::TransferReversalRequest.new( amount: null, currency: USD ) ```
Version data entries
4 entries across 4 versions & 1 rubygems