Sha256: c92e37a0613d77e334091290d6da0e7580af341498136befc3f744f5c2457511
Contents?: true
Size: 939 Bytes
Versions: 1
Compression:
Stored size: 939 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 [ExternalProductReferenceConnectionType] Represents the connection type. One of the connection types of your enabled App Connectors define_attribute :external_connection_type, :ExternalProductReferenceConnectionType # @!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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
recurly-4.58.0 | lib/recurly/requests/external_product_reference_create.rb |