Sha256: 237625e1e65d58e0b42f0e63bf5ebc2ab5f2bc0bef4b1f7fbead79b214a270da
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 ExternalProductReferenceUpdate < 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_update.rb |