Sha256: f57f9b43fbcb168a16019a8c5db7d71c740376ffc167eef832b210f14ca372b8
Contents?: true
Size: 335 Bytes
Versions: 23
Compression:
Stored size: 335 Bytes
Contents
# frozen_string_literal: true module IronBank module Resources # An electronic payment method, belongs to an account, can be set as the # default payment method on an account to enable auto-pay through payment # runs. # class PaymentMethod < Resource with_schema with_one :account end end end
Version data entries
23 entries across 23 versions & 1 rubygems