Class: GOBL::Pay::Online
- Defined in:
- lib/generated/gobl/pay/online.rb
Overview
Online provides the details required to make a payment online using a website
Constant Summary collapse
- SCHEMA_ID =
The Schema ID of the GOBL Online structure
'https://gobl.org/draft-0/pay/instructions#/$defs/Online'
Instance Attribute Summary collapse
-
#key ⇒ GOBL::CBC::Key
readonly
Key identifier for this online payment method.
-
#label ⇒ String
readonly
Descriptive label for the online provider.
-
#url ⇒ String
readonly
URL to be used for payment.
Method Summary
Methods inherited from Object
Methods inherited from Struct
#as_json, from_data, from_json!, #to_json
Instance Attribute Details
#key ⇒ GOBL::CBC::Key (readonly)
Key identifier for this online payment method.
18 |
# File 'lib/generated/gobl/pay/online.rb', line 18 property :key, GOBL::CBC::Key |
#label ⇒ String (readonly)
Descriptive label for the online provider.
23 |
# File 'lib/generated/gobl/pay/online.rb', line 23 property :label, String |
#url ⇒ String (readonly)
URL to be used for payment.
28 |
# File 'lib/generated/gobl/pay/online.rb', line 28 property :url, String |