Sha256: 1ed7a82758ff560551dfb5f9f2ee6e7035f8f307d48dba653461ed3b6f1b8e0d
Contents?: true
Size: 842 Bytes
Versions: 94
Compression:
Stored size: 842 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 Resources class SubscriptionShipping < Resource # @!attribute address # @return [ShippingAddress] define_attribute :address, :ShippingAddress # @!attribute amount # @return [Float] Subscription's shipping cost define_attribute :amount, Float # @!attribute method # @return [ShippingMethodMini] define_attribute :method, :ShippingMethodMini # @!attribute object # @return [String] Object type define_attribute :object, String end end end
Version data entries
94 entries across 94 versions & 1 rubygems