Sha256: f758a6ab4c502344477613a07ce184c3e2d6be865fc6572f2939b11f4723ddc8
Contents?: true
Size: 779 Bytes
Versions: 1
Compression:
Stored size: 779 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. One of the connection types of your enabled App Connectors define_attribute :external_connection_type, String end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
recurly-4.58.0 | lib/recurly/requests/external_account_create.rb |