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.
985 986 987 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 985 def acquirer_id @acquirer_id end |
#authorization_code ⇒ String? (readonly)
Returns the value of attribute authorization_code.
986 987 988 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 986 def @authorization_code end |
#card_brand ⇒ String? (readonly)
Returns the value of attribute card_brand.
987 988 989 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 987 def card_brand @card_brand end |
#payment_amount ⇒ Peddler::Money? (readonly)
Returns the value of attribute payment_amount.
988 989 990 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 988 def payment_amount @payment_amount end |
#payment_method ⇒ String? (readonly)
Returns the value of attribute payment_method.
989 990 991 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 989 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
978 979 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 978
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 ]
981 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 981
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
976 977 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 976
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
983 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 983
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 ]
991 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 991
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? }
992 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 992
def to_h: () -> { acquirer_id: String?, authorization_code: String?, card_brand: String?, payment_amount: Peddler::Money?, payment_method: String? }
|