Class: Payabli::MoneyOutTypes::Types::ReissuePaymentMethod
- Inherits:
-
Internal::Types::Model
- Object
- Internal::Types::Model
- Payabli::MoneyOutTypes::Types::ReissuePaymentMethod
- Defined in:
- lib/payabli/money_out_types/types/reissue_payment_method.rb
Overview
Payment method for reissuing a payout transaction. The reissue endpoint uses the payment method details directly. It doesn’t fall back to the vendor’s managed payment method.
-
‘{ method: “vcard” }` - Reissue as a virtual card
-
‘{ method: “check” }` - Reissue as a paper check
-
‘{ method: “ach”, achHolder: “…”, achRouting: “…”, achAccount: “…”, achAccountType: “…”,
achHolderType: “…” }‘ - Reissue as ACH with bank details
Method Summary
Methods inherited from Internal::Types::Model
#==, ===, add_extra_field_definition, coerce, extra_fields, field, fields, #initialize, #inspect, literal, load, #to_h
Methods included from Internal::Types::Type
Methods included from Internal::JSON::Serializable
Constructor Details
This class inherits a constructor from Payabli::Internal::Types::Model