Module: Dodopayments::Models::ProductCollections::Groups

Defined in:
lib/dodopayments/models/product_collections/groups/item_create_params.rb,
lib/dodopayments/models/product_collections/groups/item_delete_params.rb,
lib/dodopayments/models/product_collections/groups/item_update_params.rb,
lib/dodopayments/models/product_collections/groups/item_create_response.rb,
lib/dodopayments/models/product_collections/groups/product_collection_product.rb

Defined Under Namespace

Classes: ItemCreateParams, ItemDeleteParams, ItemUpdateParams, ProductCollectionProduct

Constant Summary collapse

ItemCreateResponse =
Dodopayments::Internal::Type::ArrayOf[-> {
  Dodopayments::ProductCollections::Groups::ProductCollectionProduct
}]