Class: Payabli::Types::VendorPaymentMethod

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

Overview

Payment method object to use for the payout.

  • { method: "managed" } - Managed payment method
  • { method: "vcard" } - Virtual card payment method
  • { method: "check" } - Check payment method
  • { method: "ach", storedMethodId?: "..." } - ACH payment method with optional 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