Requests.Payments.CardPayout (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Requests.Payments.CardPayout{
  amount: integer(),
  currency: String.t(),
  destination: map(),
  instruction: Requests.Payments.CardPayout.Instruction.t(),
  metadata: map(),
  processing_channel_id: String.t(),
  reference: String.t(),
  sender: map(),
  source: Requests.Payments.CardPayout.Source.t()
}

Link to this section Functions