Class: Peddler::APIs::Orders20260101::PaymentExecution
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Orders20260101::PaymentExecution
- Defined in:
- sig/peddler/apis/orders_2026_01_01.rbs
Instance Attribute Summary collapse
-
#acquirer_id ⇒ String?
readonly
Returns the value of attribute acquirer_id.
-
#authorization_code ⇒ String?
readonly
Returns the value of attribute authorization_code.
-
#card_brand ⇒ String?
readonly
Returns the value of attribute card_brand.
-
#payment_amount ⇒ Peddler::Money?
readonly
Returns the value of attribute payment_amount.
-
#payment_method ⇒ String?
readonly
Returns the value of attribute payment_method.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :acquirer_id, :authorization_code, :card_brand, :payment_amount, :payment_method ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Orders20260101::PaymentExecution
Instance Method Summary collapse
-
#members ⇒ [ :acquirer_id, :authorization_code, :card_brand, :payment_amount, :payment_method ]
-
#to_h ⇒ { acquirer_id: String?, authorization_code: String?, card_brand: String?, payment_amount: Peddler::Money?, payment_method: String? }
Instance Attribute Details
#acquirer_id ⇒ String? (readonly)
Returns the value of attribute acquirer_id.
1021 1022 1023 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1021 def acquirer_id @acquirer_id end |
#authorization_code ⇒ String? (readonly)
Returns the value of attribute authorization_code.
1022 1023 1024 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1022 def @authorization_code end |
#card_brand ⇒ String? (readonly)
Returns the value of attribute card_brand.
1023 1024 1025 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1023 def card_brand @card_brand end |
#payment_amount ⇒ Peddler::Money? (readonly)
Returns the value of attribute payment_amount.
1024 1025 1026 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1024 def payment_amount @payment_amount end |
#payment_method ⇒ String? (readonly)
Returns the value of attribute payment_method.
1025 1026 1027 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1025 def payment_method @payment_method end |
Class Method Details
.[](acquirer_id:, authorization_code:, card_brand:, payment_amount:, payment_method:) ⇒ Peddler::APIs::Orders20260101::PaymentExecution .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::Orders20260101::PaymentExecution
1014 1015 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1014
def self.[]: (?acquirer_id: String?, ?authorization_code: String?, ?card_brand: String?, ?payment_amount: Peddler::Money?, ?payment_method: String?) -> Peddler::APIs::Orders20260101::PaymentExecution
| (String?, String?, String?, Peddler::Money?, String?) -> Peddler::APIs::Orders20260101::PaymentExecution
|
.members ⇒ [ :acquirer_id, :authorization_code, :card_brand, :payment_amount, :payment_method ]
1017 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1017
def self.members: () -> [ :acquirer_id, :authorization_code, :card_brand, :payment_amount, :payment_method ]
|
.new(acquirer_id:, authorization_code:, card_brand:, payment_amount:, payment_method:) ⇒ Peddler::APIs::Orders20260101::PaymentExecution .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::Orders20260101::PaymentExecution
1012 1013 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1012
def self.new: (?acquirer_id: String?, ?authorization_code: String?, ?card_brand: String?, ?payment_amount: Peddler::Money?, ?payment_method: String?) -> Peddler::APIs::Orders20260101::PaymentExecution
| (String?, String?, String?, Peddler::Money?, String?) -> Peddler::APIs::Orders20260101::PaymentExecution
|
.parse ⇒ Peddler::APIs::Orders20260101::PaymentExecution
1019 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1019
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Orders20260101::PaymentExecution
|
Instance Method Details
#members ⇒ [ :acquirer_id, :authorization_code, :card_brand, :payment_amount, :payment_method ]
1027 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1027
def members: () -> [ :acquirer_id, :authorization_code, :card_brand, :payment_amount, :payment_method ]
|
#to_h ⇒ { acquirer_id: String?, authorization_code: String?, card_brand: String?, payment_amount: Peddler::Money?, payment_method: String? }
1028 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1028
def to_h: () -> { acquirer_id: String?, authorization_code: String?, card_brand: String?, payment_amount: Peddler::Money?, payment_method: String? }
|