Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement
- Inherits:
-
BaseModel
- Object
- FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement
- Defined in:
- lib/finch-api/models/provider.rb
Defined Under Namespace
Classes: Paging, PayStatements
Instance Attribute Summary collapse
- #paging ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::Paging?
- #pay_statements ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements?
Instance Method Summary collapse
-
#initialize(count:, offset:) ⇒ PayStatement
constructor
A new instance of PayStatement.
Constructor Details
#initialize(count:, offset:) ⇒ PayStatement
Returns a new instance of PayStatement.
4 |
# File 'lib/finch-api/models/provider.rb', line 4 def initialize(paging: nil, pay_statements: nil, **) = super |
Instance Attribute Details
#paging ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::Paging?
1455 1456 |
# File 'lib/finch-api/models/provider.rb', line 1455 optional :paging, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::Paging } |
#pay_statements ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements?
1465 1466 |
# File 'lib/finch-api/models/provider.rb', line 1465 optional :pay_statements, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements } |