Sha256: eb07a5a5d5c9a639a400ff78e72388158d3bb09b5bb54678cceb64d34c036a40
Contents?: true
Size: 774 Bytes
Versions: 93
Compression:
Stored size: 774 Bytes
Contents
# This file is automatically created by Recurly's OpenAPI generation process # and thus any edits you make by hand will be lost. If you wish to make a # change to this file, please create a Github issue explaining the changes you # need and we will usher them to the appropriate places. module Recurly module Requests class SubscriptionCancel < Request # @!attribute timeframe # @return [String] The timeframe parameter controls when the expiration takes place. The `bill_date` timeframe causes the subscription to expire when the subscription is scheduled to bill next. The `term_end` timeframe causes the subscription to continue to bill until the end of the subscription term, then expire. define_attribute :timeframe, String end end end
Version data entries
93 entries across 93 versions & 1 rubygems