View Source Craftgate.Response.PayoutDetailResponse (Craftgate v1.0.42)
Elixir equivalent of the Java data class io.craftgate.response.PayoutDetailResponse
Link to this section Summary
Functions
Callback implementation for Construct.cast/2
.
Callback implementation for Construct.make/2
.
Callback implementation for Construct.make!/2
.
Attempts to parse the input as an instance of this struct
Bangified version of parse/1
Returns the names of the fields that are serializable/deserializable
Attempts to serialize this struct as a JSON string
Bangified version of serialize/2
Link to this section Types
@type t() :: %Craftgate.Response.PayoutDetailResponse{ bounce_status: Craftgate.Model.BounceStatus.t() | nil, currency: String.t() | nil, iban: String.t() | nil, merchant_id: integer() | nil, merchant_type: String.t() | nil, name: String.t() | nil, payout_amount: Decimal.t() | nil, payout_date: NaiveDateTime.t() | nil, payout_transactions: [Craftgate.Response.Dto.PayoutDetailTransaction.t()] | nil, row_description: String.t() | nil, settlement_earnings_destination: String.t() | nil, settlement_source: String.t() | nil }
Link to this section Functions
Callback implementation for Construct.cast/2
.
Callback implementation for Construct.make/2
.
Callback implementation for Construct.make!/2
.
Attempts to parse the input as an instance of this struct
See also: Craftgate.Serializable.parse/2
Bangified version of parse/1
@spec serializable_fields() :: [atom()]
Returns the names of the fields that are serializable/deserializable
Attempts to serialize this struct as a JSON string
Bangified version of serialize/2