Sha256: 2e612d90aa7316b03552fa28a4e2f1c9e16ef3ca15160679572c2f4dfcb087be
Contents?: true
Size: 720 Bytes
Versions: 45
Compression:
Stored size: 720 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 SubscriptionRampInterval < Request # @!attribute starting_billing_cycle # @return [Integer] Represents the billing cycle where a ramp interval starts. define_attribute :starting_billing_cycle, Integer # @!attribute unit_amount # @return [Integer] Represents the price for the ramp interval. define_attribute :unit_amount, Integer end end end
Version data entries
45 entries across 45 versions & 1 rubygems