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
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::TransferReversalRequest.new(
amount: null,
currency: USD
)