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.
864 865 866 |
# File 'sig/peddler/apis/orders_v0.rbs', line 864 def acquirer_id @acquirer_id end |
#authorization_code ⇒ String? (readonly)
Returns the value of attribute authorization_code.
865 866 867 |
# File 'sig/peddler/apis/orders_v0.rbs', line 865 def @authorization_code end |
#card_brand ⇒ String? (readonly)
Returns the value of attribute card_brand.
866 867 868 |
# File 'sig/peddler/apis/orders_v0.rbs', line 866 def card_brand @card_brand end |
#payment ⇒ Peddler::Money (readonly)
Returns the value of attribute payment.
867 868 869 |
# File 'sig/peddler/apis/orders_v0.rbs', line 867 def payment @payment end |
#payment_method ⇒ String (readonly)
Returns the value of attribute payment_method.
868 869 870 |
# File 'sig/peddler/apis/orders_v0.rbs', line 868 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
857 858 |
# File 'sig/peddler/apis/orders_v0.rbs', line 857
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 ]
860 |
# File 'sig/peddler/apis/orders_v0.rbs', line 860
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
855 856 |
# File 'sig/peddler/apis/orders_v0.rbs', line 855
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
862 |
# File 'sig/peddler/apis/orders_v0.rbs', line 862
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 ]
870 |
# File 'sig/peddler/apis/orders_v0.rbs', line 870
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? }
871 |
# File 'sig/peddler/apis/orders_v0.rbs', line 871
def to_h: () -> { payment: Peddler::Money, payment_method: String, acquirer_id: String?, authorization_code: String?, card_brand: String? }
|