What object created the transfer, either via the API or the dashboard.
Fields
category- The type of object that created this transfer.api_key- If present, details about the API key that created the transfer.oauth_application- If present, details about the OAuth Application that created the transfer.user- If present, details about the User that created the transfer.
Summary
Types
@type t() :: %Increase.SwiftTransfers.SwiftTransfer.CreatedBy{ api_key: Increase.SwiftTransfers.SwiftTransfer.CreatedBy.APIKey.t() | nil, category: String.t(), oauth_application: Increase.SwiftTransfers.SwiftTransfer.CreatedBy.OAuthApplication.t() | nil, user: Increase.SwiftTransfers.SwiftTransfer.CreatedBy.User.t() | nil }