Class: Payabli::MoneyOutTypes::Types::AuthorizePaymentMethod

Inherits:
Internal::Types::Model show all
Defined in:
lib/payabli/money_out_types/types/authorize_payment_method.rb

Overview

Payment method object for vendor payouts.

  • ‘{ method: “managed” }` - Managed payment method

  • ‘{ method: “vcard” }` - Virtual card payment method

  • ‘{ method: “check” }` - Check payment method

  • ‘{ method: “ach”, achHolder: “…”, achRouting: “…”, achAccount: “…”, achAccountType: “…” }` - ACH

payment method with bank details

  • ‘{ method: “ach”, storedMethodId: “…” }` - ACH payment method using stored method ID

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