Sha256: 42b589ba42835df882ff47090b19565edcb12538160d1b5b9d74118f398d0220
Contents?: true
Size: 757 Bytes
Versions: 23
Compression:
Stored size: 757 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 ExternalAccountUpdate < Request # @!attribute external_account_code # @return [String] Represents the account code for the external account. define_attribute :external_account_code, String # @!attribute external_connection_type # @return [String] Represents the connection type. `AppleAppStore` or `GooglePlayStore` define_attribute :external_connection_type, String end end end
Version data entries
23 entries across 23 versions & 1 rubygems