class

Plaid::ExternalPaymentInitiationConsentOptions

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

Additional payment consent options

Constants

MAX_LENGTH_FOR_IBAN = 34
MIN_LENGTH_FOR_IBAN = 15

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, request_refund_details : Bool | Nil = nil, iban : String | Nil = nil, bacs : Plaid::PaymentInitiationOptionalRestrictionBacs | 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

bacs
Source

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

Source
bacs_present=(bacs_present : Bool)
Source
bacs_present?
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

iban

The International Bank Account Number (IBAN) for the payer's account. Where possible, the end user will be able to set up payment consent using only the specified bank account if provided.

Source
iban=(new_value : String | Nil)

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

Source
iban_present=(iban_present : Bool)
Source
iban_present?
Source
list_invalid_properties

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

Source
request_refund_details

When true, Plaid will attempt to request refund details from the payee's financial institution. Support varies between financial institutions and will not always be available. If refund details could be retrieved, they will be available in the /payment_initiation/payment/get response.

Source
request_refund_details=(new_value : Bool | Nil)

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

Source
request_refund_details_present=(request_refund_details_present : Bool)
Source
request_refund_details_present?
Source
valid?

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

Source