Class: Pago::V2026_04::Models::ListResourceCustomerPaymentMethod
- Inherits:
-
Model
- Object
- Model
- Pago::V2026_04::Models::ListResourceCustomerPaymentMethod
show all
- Defined in:
- lib/pago/v2026_04/models.rb,
sig/pago/v2026_04/generated.rbs
Constant Summary
collapse
- JSON_KEYS =
{
items: "items",
pagination: "pagination"
}.freeze
- REQUIRED_KEYS =
["items", "pagination"].freeze
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
Methods inherited from Model
#==, #[], #field_set?, #hash, #inspect, json_keys, required_json_keys, #to_json, #to_json_hash, wrap_raw
Constructor Details
Returns a new instance of ListResourceCustomerPaymentMethod.
27798
27799
27800
27801
27802
27803
27804
27805
|
# File 'lib/pago/v2026_04/models.rb', line 27798
def initialize(
items:,
pagination:
)
super()
assign(:items, items)
assign(:pagination, )
end
|
Instance Attribute Details
#items ⇒ Array<Object>
27793
27794
27795
|
# File 'lib/pago/v2026_04/models.rb', line 27793
def items
@items
end
|
27796
27797
27798
|
# File 'lib/pago/v2026_04/models.rb', line 27796
def
@pagination
end
|