Class: GOBL::Pay::DirectDebit
- Defined in:
- lib/generated/gobl/pay/direct_debit.rb
Overview
DirectDebit defines the data that will be used to make the direct debit.
Constant Summary collapse
- SCHEMA_ID =
The Schema ID of the GOBL DirectDebit structure
'https://gobl.org/draft-0/pay/instructions#/$defs/DirectDebit'
Instance Attribute Summary collapse
-
#account ⇒ String
readonly
Account identifier to be debited by the direct debit.
-
#creditor ⇒ String
readonly
Unique banking reference that identifies the payee or seller assigned by the bank.
-
#ref ⇒ String
readonly
Unique identifier assigned by the payee for referencing the direct debit.
Method Summary
Methods inherited from Object
Methods inherited from Struct
#as_json, from_data, from_json!, #to_json
Instance Attribute Details
#account ⇒ String (readonly)
Account identifier to be debited by the direct debit.
28 |
# File 'lib/generated/gobl/pay/direct_debit.rb', line 28 property :account, String |
#creditor ⇒ String (readonly)
Unique banking reference that identifies the payee or seller assigned by the bank.
23 |
# File 'lib/generated/gobl/pay/direct_debit.rb', line 23 property :creditor, String |
#ref ⇒ String (readonly)
Unique identifier assigned by the payee for referencing the direct debit.
18 |
# File 'lib/generated/gobl/pay/direct_debit.rb', line 18 property :ref, String |