Sha256: 744731b435705486c3e156fdb8f85f50ba90bfd5aba99d4b9a9a0d27e49dfad7
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 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. 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_update.rb |