@@ -44,18 +44,28 @@ class SubscriptionListParams < Orb::Internal::Type::BaseModel
4444 # @return [Array<String>, nil]
4545 optional :external_customer_id , Orb ::Internal ::Type ::ArrayOf [ String ] , nil? : true
4646
47+ # @!attribute external_plan_id
48+ #
49+ # @return [String, nil]
50+ optional :external_plan_id , String , nil? : true
51+
4752 # @!attribute limit
4853 # The number of items to fetch. Defaults to 20.
4954 #
5055 # @return [Integer, nil]
5156 optional :limit , Integer
5257
58+ # @!attribute plan_id
59+ #
60+ # @return [String, nil]
61+ optional :plan_id , String , nil? : true
62+
5363 # @!attribute status
5464 #
5565 # @return [Symbol, Orb::Models::SubscriptionListParams::Status, nil]
5666 optional :status , enum : -> { Orb ::SubscriptionListParams ::Status } , nil? : true
5767
58- # @!method initialize(created_at_gt: nil, created_at_gte: nil, created_at_lt: nil, created_at_lte: nil, cursor: nil, customer_id: nil, external_customer_id: nil, limit: nil, status: nil, request_options: {})
68+ # @!method initialize(created_at_gt: nil, created_at_gte: nil, created_at_lt: nil, created_at_lte: nil, cursor: nil, customer_id: nil, external_customer_id: nil, external_plan_id: nil, limit: nil, plan_id : nil, status: nil, request_options: {})
5969 # Some parameter documentations has been truncated, see
6070 # {Orb::Models::SubscriptionListParams} for more details.
6171 #
@@ -73,8 +83,12 @@ class SubscriptionListParams < Orb::Internal::Type::BaseModel
7383 #
7484 # @param external_customer_id [Array<String>, nil]
7585 #
86+ # @param external_plan_id [String, nil]
87+ #
7688 # @param limit [Integer] The number of items to fetch. Defaults to 20.
7789 #
90+ # @param plan_id [String, nil]
91+ #
7892 # @param status [Symbol, Orb::Models::SubscriptionListParams::Status, nil]
7993 #
8094 # @param request_options [Orb::RequestOptions, Hash{Symbol=>Object}]
0 commit comments