Class: GOBL::Pay::Online
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'
Constants included from Hashme
Instance Attribute Summary collapse
-
#addr ⇒ String
readonly
Full URL to be used for payment.
-
#name ⇒ String
readonly
Descriptive name given to the online provider.
Method Summary
Methods inherited from Object
Methods inherited from Struct
#as_json, from_data, from_json!, #to_json
Instance Attribute Details
#addr ⇒ String (readonly)
Full URL to be used for payment.
24 |
# File 'lib/gobl/pay/online.rb', line 24 property :addr, String |
#name ⇒ String (readonly)
Descriptive name given to the online provider.
19 |
# File 'lib/gobl/pay/online.rb', line 19 property :name, String |