Class: Peddler::APIs::FinancesV0::ChargeRefundEvent
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::ChargeRefundEvent
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#charge_refund_transactions ⇒ Array[Peddler::APIs::FinancesV0::ChargeRefundTransaction]?
readonly
Returns the value of attribute charge_refund_transactions.
-
#posted_date ⇒ String?
readonly
Returns the value of attribute posted_date.
-
#reason_code ⇒ String?
readonly
Returns the value of attribute reason_code.
-
#reason_code_description ⇒ String?
readonly
Returns the value of attribute reason_code_description.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :charge_refund_transactions, :posted_date, :reason_code, :reason_code_description ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::ChargeRefundEvent
Instance Method Summary collapse
-
#members ⇒ [ :charge_refund_transactions, :posted_date, :reason_code, :reason_code_description ]
-
#to_h ⇒ { charge_refund_transactions: Array[Peddler::APIs::FinancesV0::ChargeRefundTransaction]?, posted_date: String?, reason_code: String?, reason_code_description: String? }
Instance Attribute Details
#charge_refund_transactions ⇒ Array[Peddler::APIs::FinancesV0::ChargeRefundTransaction]? (readonly)
Returns the value of attribute charge_refund_transactions.
182 183 184 |
# File 'sig/peddler/apis/finances_v0.rbs', line 182 def charge_refund_transactions @charge_refund_transactions end |
#posted_date ⇒ String? (readonly)
Returns the value of attribute posted_date.
183 184 185 |
# File 'sig/peddler/apis/finances_v0.rbs', line 183 def posted_date @posted_date end |
#reason_code ⇒ String? (readonly)
Returns the value of attribute reason_code.
184 185 186 |
# File 'sig/peddler/apis/finances_v0.rbs', line 184 def reason_code @reason_code end |
#reason_code_description ⇒ String? (readonly)
Returns the value of attribute reason_code_description.
185 186 187 |
# File 'sig/peddler/apis/finances_v0.rbs', line 185 def reason_code_description @reason_code_description end |
Class Method Details
.[](charge_refund_transactions:, posted_date:, reason_code:, reason_code_description:) ⇒ Peddler::APIs::FinancesV0::ChargeRefundEvent .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FinancesV0::ChargeRefundEvent
175 176 |
# File 'sig/peddler/apis/finances_v0.rbs', line 175
def self.[]: (?charge_refund_transactions: Array[Peddler::APIs::FinancesV0::ChargeRefundTransaction]?, ?posted_date: String?, ?reason_code: String?, ?reason_code_description: String?) -> Peddler::APIs::FinancesV0::ChargeRefundEvent
| (Array[Peddler::APIs::FinancesV0::ChargeRefundTransaction]?, String?, String?, String?) -> Peddler::APIs::FinancesV0::ChargeRefundEvent
|
.members ⇒ [ :charge_refund_transactions, :posted_date, :reason_code, :reason_code_description ]
178 |
# File 'sig/peddler/apis/finances_v0.rbs', line 178
def self.members: () -> [ :charge_refund_transactions, :posted_date, :reason_code, :reason_code_description ]
|
.new(charge_refund_transactions:, posted_date:, reason_code:, reason_code_description:) ⇒ Peddler::APIs::FinancesV0::ChargeRefundEvent .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FinancesV0::ChargeRefundEvent
173 174 |
# File 'sig/peddler/apis/finances_v0.rbs', line 173
def self.new: (?charge_refund_transactions: Array[Peddler::APIs::FinancesV0::ChargeRefundTransaction]?, ?posted_date: String?, ?reason_code: String?, ?reason_code_description: String?) -> Peddler::APIs::FinancesV0::ChargeRefundEvent
| (Array[Peddler::APIs::FinancesV0::ChargeRefundTransaction]?, String?, String?, String?) -> Peddler::APIs::FinancesV0::ChargeRefundEvent
|
.parse ⇒ Peddler::APIs::FinancesV0::ChargeRefundEvent
180 |
# File 'sig/peddler/apis/finances_v0.rbs', line 180
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::ChargeRefundEvent
|
Instance Method Details
#members ⇒ [ :charge_refund_transactions, :posted_date, :reason_code, :reason_code_description ]
187 |
# File 'sig/peddler/apis/finances_v0.rbs', line 187
def members: () -> [ :charge_refund_transactions, :posted_date, :reason_code, :reason_code_description ]
|
#to_h ⇒ { charge_refund_transactions: Array[Peddler::APIs::FinancesV0::ChargeRefundTransaction]?, posted_date: String?, reason_code: String?, reason_code_description: String? }
188 |
# File 'sig/peddler/apis/finances_v0.rbs', line 188
def to_h: () -> { charge_refund_transactions: Array[Peddler::APIs::FinancesV0::ChargeRefundTransaction]?, posted_date: String?, reason_code: String?, reason_code_description: String? }
|