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.
1040 1041 1042 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1040 def acquirer_id @acquirer_id end |
#authorization_code ⇒ String? (readonly)
Returns the value of attribute authorization_code.
1041 1042 1043 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1041 def @authorization_code end |
#card_brand ⇒ String? (readonly)
Returns the value of attribute card_brand.
1042 1043 1044 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1042 def card_brand @card_brand end |
#payment_amount ⇒ Peddler::Money? (readonly)
Returns the value of attribute payment_amount.
1043 1044 1045 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1043 def payment_amount @payment_amount end |
#payment_method ⇒ String? (readonly)
Returns the value of attribute payment_method.
1044 1045 1046 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1044 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
1033 1034 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1033
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 ]
1036 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1036
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
1031 1032 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1031
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
1038 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1038
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 ]
1046 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1046
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? }
1047 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1047
def to_h: () -> { acquirer_id: String?, authorization_code: String?, card_brand: String?, payment_amount: Peddler::Money?, payment_method: String? }
|