Class: Payabli::Types::ReissuePaymentMethod

Inherits:
Internal::Types::Model show all
Defined in:
lib/payabli/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

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load

Constructor Details

This class inherits a constructor from Payabli::Internal::Types::Model