Class: Peddler::APIs::ShipmentInvoicingV0::PaymentInformation
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShipmentInvoicingV0::PaymentInformation
- Defined in:
- sig/peddler/apis/shipment_invoicing_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_method ⇒ String?
readonly
Returns the value of attribute payment_method.
-
#payment_value ⇒ Peddler::Money?
readonly
Returns the value of attribute payment_value.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :acquirer_id, :authorization_code, :card_brand, :payment_method, :payment_value ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShipmentInvoicingV0::PaymentInformation
Instance Method Summary collapse
-
#members ⇒ [ :acquirer_id, :authorization_code, :card_brand, :payment_method, :payment_value ]
-
#to_h ⇒ { acquirer_id: String?, authorization_code: String?, card_brand: String?, payment_method: String?, payment_value: Peddler::Money? }
Instance Attribute Details
#acquirer_id ⇒ String? (readonly)
Returns the value of attribute acquirer_id.
133 134 135 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 133 def acquirer_id @acquirer_id end |
#authorization_code ⇒ String? (readonly)
Returns the value of attribute authorization_code.
134 135 136 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 134 def @authorization_code end |
#card_brand ⇒ String? (readonly)
Returns the value of attribute card_brand.
135 136 137 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 135 def card_brand @card_brand end |
#payment_method ⇒ String? (readonly)
Returns the value of attribute payment_method.
136 137 138 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 136 def payment_method @payment_method end |
#payment_value ⇒ Peddler::Money? (readonly)
Returns the value of attribute payment_value.
137 138 139 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 137 def payment_value @payment_value end |
Class Method Details
.[](acquirer_id:, authorization_code:, card_brand:, payment_method:, payment_value:) ⇒ Peddler::APIs::ShipmentInvoicingV0::PaymentInformation .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::ShipmentInvoicingV0::PaymentInformation
126 127 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 126
def self.[]: (?acquirer_id: String?, ?authorization_code: String?, ?card_brand: String?, ?payment_method: String?, ?payment_value: Peddler::Money?) -> Peddler::APIs::ShipmentInvoicingV0::PaymentInformation
| (String?, String?, String?, String?, Peddler::Money?) -> Peddler::APIs::ShipmentInvoicingV0::PaymentInformation
|
.members ⇒ [ :acquirer_id, :authorization_code, :card_brand, :payment_method, :payment_value ]
129 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 129
def self.members: () -> [ :acquirer_id, :authorization_code, :card_brand, :payment_method, :payment_value ]
|
.new(acquirer_id:, authorization_code:, card_brand:, payment_method:, payment_value:) ⇒ Peddler::APIs::ShipmentInvoicingV0::PaymentInformation .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::ShipmentInvoicingV0::PaymentInformation
124 125 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 124
def self.new: (?acquirer_id: String?, ?authorization_code: String?, ?card_brand: String?, ?payment_method: String?, ?payment_value: Peddler::Money?) -> Peddler::APIs::ShipmentInvoicingV0::PaymentInformation
| (String?, String?, String?, String?, Peddler::Money?) -> Peddler::APIs::ShipmentInvoicingV0::PaymentInformation
|
.parse ⇒ Peddler::APIs::ShipmentInvoicingV0::PaymentInformation
131 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 131
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShipmentInvoicingV0::PaymentInformation
|
Instance Method Details
#members ⇒ [ :acquirer_id, :authorization_code, :card_brand, :payment_method, :payment_value ]
139 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 139
def members: () -> [ :acquirer_id, :authorization_code, :card_brand, :payment_method, :payment_value ]
|
#to_h ⇒ { acquirer_id: String?, authorization_code: String?, card_brand: String?, payment_method: String?, payment_value: Peddler::Money? }
140 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 140
def to_h: () -> { acquirer_id: String?, authorization_code: String?, card_brand: String?, payment_method: String?, payment_value: Peddler::Money? }
|