class

Plaid::PaymentMeta

Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object

Transaction information specific to inter-bank transfers. If the transaction was not an inter-bank transfer, all fields will be null. If the transactions object was returned by a Transactions endpoint such as /transactions/sync or /transactions/get, the payment_meta key will always appear, but no data elements are guaranteed. If the transactions object was returned by an Assets endpoint such as /asset_report/get/ or /asset_report/pdf/get, this field will only appear in an Asset Report with Insights.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, reference_number : String | Nil = nil, ppd_id : String | Nil = nil, payee : String | Nil = nil, by_order_of : String | Nil = nil, payer : String | Nil = nil, payment_method : String | Nil = nil, payment_processor : String | Nil = nil, reason : String | Nil = nil)

Initializes the object @param [Hash] attributes Model attributes in the form of hash

Source

Instance methods

==(other : self)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

by_order_of

The party initiating a wire transfer. Will be null if the transaction is not a wire transfer.

Source
by_order_of=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] by_order_of Object to be assigned

Source
hash(hasher)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

list_invalid_properties

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

Source
payee

For transfers, the party that is receiving the transaction.

Source
payee=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] payee Object to be assigned

Source
payer

For transfers, the party that is paying the transaction.

Source
payer=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] payer Object to be assigned

Source
payment_method

The type of transfer, e.g. 'ACH'

Source
payment_method=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] payment_method Object to be assigned

Source
payment_processor

The name of the payment processor

Source
payment_processor=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] payment_processor Object to be assigned

Source
ppd_id

The ACH PPD ID for the payer.

Source
ppd_id=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] ppd_id Object to be assigned

Source
reason

The payer-supplied description of the transfer.

Source
reason=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] reason Object to be assigned

Source
reference_number

The transaction reference number supplied by the financial institution.

Source
reference_number=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] reference_number Object to be assigned

Source
valid?

Check to see if the all the properties in the model are valid @return true if the model is valid

Source