Class: Peddler::APIs::FinancesV0::CouponPaymentEvent
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::CouponPaymentEvent
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#charge_component ⇒ Peddler::APIs::FinancesV0::ChargeComponent?
readonly
Returns the value of attribute charge_component.
-
#clip_or_redemption_count ⇒ Integer?
readonly
Returns the value of attribute clip_or_redemption_count.
-
#coupon_id ⇒ String?
readonly
Returns the value of attribute coupon_id.
-
#fee_component ⇒ Peddler::APIs::FinancesV0::FeeComponent?
readonly
Returns the value of attribute fee_component.
-
#payment_event_id ⇒ String?
readonly
Returns the value of attribute payment_event_id.
-
#posted_date ⇒ String?
readonly
Returns the value of attribute posted_date.
-
#seller_coupon_description ⇒ String?
readonly
Returns the value of attribute seller_coupon_description.
-
#total_amount ⇒ Peddler::Money?
readonly
Returns the value of attribute total_amount.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :charge_component, :clip_or_redemption_count, :coupon_id, :fee_component, :payment_event_id, :posted_date, :seller_coupon_description, :total_amount ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::CouponPaymentEvent
Instance Method Summary collapse
-
#members ⇒ [ :charge_component, :clip_or_redemption_count, :coupon_id, :fee_component, :payment_event_id, :posted_date, :seller_coupon_description, :total_amount ]
-
#to_h ⇒ { charge_component: Peddler::APIs::FinancesV0::ChargeComponent?, clip_or_redemption_count: Integer?, coupon_id: String?, fee_component: Peddler::APIs::FinancesV0::FeeComponent?, payment_event_id: String?, posted_date: String?, seller_coupon_description: String?, total_amount: Peddler::Money? }
Instance Attribute Details
#charge_component ⇒ Peddler::APIs::FinancesV0::ChargeComponent? (readonly)
Returns the value of attribute charge_component.
226 227 228 |
# File 'sig/peddler/apis/finances_v0.rbs', line 226 def charge_component @charge_component end |
#clip_or_redemption_count ⇒ Integer? (readonly)
Returns the value of attribute clip_or_redemption_count.
227 228 229 |
# File 'sig/peddler/apis/finances_v0.rbs', line 227 def clip_or_redemption_count @clip_or_redemption_count end |
#coupon_id ⇒ String? (readonly)
Returns the value of attribute coupon_id.
228 229 230 |
# File 'sig/peddler/apis/finances_v0.rbs', line 228 def coupon_id @coupon_id end |
#fee_component ⇒ Peddler::APIs::FinancesV0::FeeComponent? (readonly)
Returns the value of attribute fee_component.
229 230 231 |
# File 'sig/peddler/apis/finances_v0.rbs', line 229 def fee_component @fee_component end |
#payment_event_id ⇒ String? (readonly)
Returns the value of attribute payment_event_id.
230 231 232 |
# File 'sig/peddler/apis/finances_v0.rbs', line 230 def payment_event_id @payment_event_id end |
#posted_date ⇒ String? (readonly)
Returns the value of attribute posted_date.
231 232 233 |
# File 'sig/peddler/apis/finances_v0.rbs', line 231 def posted_date @posted_date end |
#seller_coupon_description ⇒ String? (readonly)
Returns the value of attribute seller_coupon_description.
232 233 234 |
# File 'sig/peddler/apis/finances_v0.rbs', line 232 def seller_coupon_description @seller_coupon_description end |
#total_amount ⇒ Peddler::Money? (readonly)
Returns the value of attribute total_amount.
233 234 235 |
# File 'sig/peddler/apis/finances_v0.rbs', line 233 def total_amount @total_amount end |
Class Method Details
.[](charge_component:, clip_or_redemption_count:, coupon_id:, fee_component:, payment_event_id:, posted_date:, seller_coupon_description:, total_amount:) ⇒ Peddler::APIs::FinancesV0::CouponPaymentEvent .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::FinancesV0::CouponPaymentEvent
219 220 |
# File 'sig/peddler/apis/finances_v0.rbs', line 219
def self.[]: (?charge_component: Peddler::APIs::FinancesV0::ChargeComponent?, ?clip_or_redemption_count: Integer?, ?coupon_id: String?, ?fee_component: Peddler::APIs::FinancesV0::FeeComponent?, ?payment_event_id: String?, ?posted_date: String?, ?seller_coupon_description: String?, ?total_amount: Peddler::Money?) -> Peddler::APIs::FinancesV0::CouponPaymentEvent
| (Peddler::APIs::FinancesV0::ChargeComponent?, Integer?, String?, Peddler::APIs::FinancesV0::FeeComponent?, String?, String?, String?, Peddler::Money?) -> Peddler::APIs::FinancesV0::CouponPaymentEvent
|
.members ⇒ [ :charge_component, :clip_or_redemption_count, :coupon_id, :fee_component, :payment_event_id, :posted_date, :seller_coupon_description, :total_amount ]
222 |
# File 'sig/peddler/apis/finances_v0.rbs', line 222
def self.members: () -> [ :charge_component, :clip_or_redemption_count, :coupon_id, :fee_component, :payment_event_id, :posted_date, :seller_coupon_description, :total_amount ]
|
.new(charge_component:, clip_or_redemption_count:, coupon_id:, fee_component:, payment_event_id:, posted_date:, seller_coupon_description:, total_amount:) ⇒ Peddler::APIs::FinancesV0::CouponPaymentEvent .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::FinancesV0::CouponPaymentEvent
217 218 |
# File 'sig/peddler/apis/finances_v0.rbs', line 217
def self.new: (?charge_component: Peddler::APIs::FinancesV0::ChargeComponent?, ?clip_or_redemption_count: Integer?, ?coupon_id: String?, ?fee_component: Peddler::APIs::FinancesV0::FeeComponent?, ?payment_event_id: String?, ?posted_date: String?, ?seller_coupon_description: String?, ?total_amount: Peddler::Money?) -> Peddler::APIs::FinancesV0::CouponPaymentEvent
| (Peddler::APIs::FinancesV0::ChargeComponent?, Integer?, String?, Peddler::APIs::FinancesV0::FeeComponent?, String?, String?, String?, Peddler::Money?) -> Peddler::APIs::FinancesV0::CouponPaymentEvent
|
.parse ⇒ Peddler::APIs::FinancesV0::CouponPaymentEvent
224 |
# File 'sig/peddler/apis/finances_v0.rbs', line 224
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::CouponPaymentEvent
|
Instance Method Details
#members ⇒ [ :charge_component, :clip_or_redemption_count, :coupon_id, :fee_component, :payment_event_id, :posted_date, :seller_coupon_description, :total_amount ]
235 |
# File 'sig/peddler/apis/finances_v0.rbs', line 235
def members: () -> [ :charge_component, :clip_or_redemption_count, :coupon_id, :fee_component, :payment_event_id, :posted_date, :seller_coupon_description, :total_amount ]
|
#to_h ⇒ { charge_component: Peddler::APIs::FinancesV0::ChargeComponent?, clip_or_redemption_count: Integer?, coupon_id: String?, fee_component: Peddler::APIs::FinancesV0::FeeComponent?, payment_event_id: String?, posted_date: String?, seller_coupon_description: String?, total_amount: Peddler::Money? }
236 |
# File 'sig/peddler/apis/finances_v0.rbs', line 236
def to_h: () -> { charge_component: Peddler::APIs::FinancesV0::ChargeComponent?, clip_or_redemption_count: Integer?, coupon_id: String?, fee_component: Peddler::APIs::FinancesV0::FeeComponent?, payment_event_id: String?, posted_date: String?, seller_coupon_description: String?, total_amount: Peddler::Money? }
|