Increase. RealTimePaymentsTransfers. RealTimePaymentsTransfer. CreatedBy
(Increase v1.0.0)
Copy Markdown
View Source
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.RealTimePaymentsTransfers.RealTimePaymentsTransfer.CreatedBy{ api_key: Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.CreatedBy.APIKey.t() | nil, category: String.t(), oauth_application: Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.CreatedBy.OAuthApplication.t() | nil, user: Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.CreatedBy.User.t() | nil }