Sha256: 8fe6c860bcdee935b4f92a63af149beda8a804dae9c9730b66e8dadb81cd628f
Contents?: true
Size: 396 Bytes
Versions: 11
Compression:
Stored size: 396 Bytes
Contents
module RockRMS module Response class PaymentMethod < Base MAP = { id: 'Id', exp_month: 'ExpirationMonth', exp_year: 'ExpirationYear', foreign_key: 'ForeignKey', payment_type_id: 'CurrencyTypeValueId', masked_number: 'AccountNumberMasked' }.freeze def format_single(data) to_h(MAP, data) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems