Class: Peddler::APIs::OrdersV0::PaymentExecutionDetailItem
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::OrdersV0::PaymentExecutionDetailItem
- Defined in:
- sig/peddler/apis/orders_v0.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 ⇒ Peddler::Money
readonly
Returns the value of attribute payment.
-
#payment_method ⇒ String
readonly
Returns the value of attribute payment_method.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :payment, :payment_method, :acquirer_id, :authorization_code, :card_brand ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::OrdersV0::PaymentExecutionDetailItem
Instance Method Summary collapse
-
#members ⇒ [ :payment, :payment_method, :acquirer_id, :authorization_code, :card_brand ]
-
#to_h ⇒ { payment: Peddler::Money, payment_method: String, acquirer_id: String?, authorization_code: String?, card_brand: String? }
Instance Attribute Details
#acquirer_id ⇒ String? (readonly)
Returns the value of attribute acquirer_id.
884 885 886 |
# File 'sig/peddler/apis/orders_v0.rbs', line 884 def acquirer_id @acquirer_id end |
#authorization_code ⇒ String? (readonly)
Returns the value of attribute authorization_code.
885 886 887 |
# File 'sig/peddler/apis/orders_v0.rbs', line 885 def @authorization_code end |
#card_brand ⇒ String? (readonly)
Returns the value of attribute card_brand.
886 887 888 |
# File 'sig/peddler/apis/orders_v0.rbs', line 886 def card_brand @card_brand end |
#payment ⇒ Peddler::Money (readonly)
Returns the value of attribute payment.
887 888 889 |
# File 'sig/peddler/apis/orders_v0.rbs', line 887 def payment @payment end |
#payment_method ⇒ String (readonly)
Returns the value of attribute payment_method.
888 889 890 |
# File 'sig/peddler/apis/orders_v0.rbs', line 888 def payment_method @payment_method end |
Class Method Details
.[](payment:, payment_method:, acquirer_id:, authorization_code:, card_brand:) ⇒ Peddler::APIs::OrdersV0::PaymentExecutionDetailItem .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::OrdersV0::PaymentExecutionDetailItem
877 878 |
# File 'sig/peddler/apis/orders_v0.rbs', line 877
def self.[]: (payment: Peddler::Money, payment_method: String, ?acquirer_id: String?, ?authorization_code: String?, ?card_brand: String?) -> Peddler::APIs::OrdersV0::PaymentExecutionDetailItem
| (Peddler::Money, String, String?, String?, String?) -> Peddler::APIs::OrdersV0::PaymentExecutionDetailItem
|
.members ⇒ [ :payment, :payment_method, :acquirer_id, :authorization_code, :card_brand ]
880 |
# File 'sig/peddler/apis/orders_v0.rbs', line 880
def self.members: () -> [ :payment, :payment_method, :acquirer_id, :authorization_code, :card_brand ]
|
.new(payment:, payment_method:, acquirer_id:, authorization_code:, card_brand:) ⇒ Peddler::APIs::OrdersV0::PaymentExecutionDetailItem .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::OrdersV0::PaymentExecutionDetailItem
875 876 |
# File 'sig/peddler/apis/orders_v0.rbs', line 875
def self.new: (payment: Peddler::Money, payment_method: String, ?acquirer_id: String?, ?authorization_code: String?, ?card_brand: String?) -> Peddler::APIs::OrdersV0::PaymentExecutionDetailItem
| (Peddler::Money, String, String?, String?, String?) -> Peddler::APIs::OrdersV0::PaymentExecutionDetailItem
|
.parse ⇒ Peddler::APIs::OrdersV0::PaymentExecutionDetailItem
882 |
# File 'sig/peddler/apis/orders_v0.rbs', line 882
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::PaymentExecutionDetailItem
|
Instance Method Details
#members ⇒ [ :payment, :payment_method, :acquirer_id, :authorization_code, :card_brand ]
890 |
# File 'sig/peddler/apis/orders_v0.rbs', line 890
def members: () -> [ :payment, :payment_method, :acquirer_id, :authorization_code, :card_brand ]
|
#to_h ⇒ { payment: Peddler::Money, payment_method: String, acquirer_id: String?, authorization_code: String?, card_brand: String? }
891 |
# File 'sig/peddler/apis/orders_v0.rbs', line 891
def to_h: () -> { payment: Peddler::Money, payment_method: String, acquirer_id: String?, authorization_code: String?, card_brand: String? }
|