Sha256: 3c5c51d5e04a38ec2d67a4daa11662e0c3dc5bcd09e811b575c0700a295c136d
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 ExternalAccountCreate < 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