Sha256: 3969833b47184e2a4f2ad97bcd2159cf8890dbba7e87f06017bd0618b3a484b3
Contents?: true
Size: 783 Bytes
Versions: 19
Compression:
Stored size: 783 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 ExternalProductReferenceCreate < Request # @!attribute external_connection_type # @return [String] define_attribute :external_connection_type, String # @!attribute reference_code # @return [String] A code which associates the external product to a corresponding object or resource in an external platform like the Apple App Store or Google Play Store. define_attribute :reference_code, String end end end
Version data entries
19 entries across 19 versions & 1 rubygems