Sha256: 898be476b9611f8235d007f53699c1f15643c22bafc9452ddf2bccd2019c694a
Contents?: true
Size: 1.17 KB
Versions: 23
Compression:
Stored size: 1.17 KB
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 Resources class ExternalAccount < Resource # @!attribute created_at # @return [DateTime] Created at define_attribute :created_at, DateTime # @!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 # @!attribute id # @return [String] UUID of the external_account . define_attribute :id, String # @!attribute object # @return [String] define_attribute :object, String # @!attribute updated_at # @return [DateTime] Last updated at define_attribute :updated_at, DateTime end end end
Version data entries
23 entries across 23 versions & 1 rubygems