Increase.CheckTransfers.CheckTransfer.ThirdParty (Increase v1.0.0)

Copy Markdown View Source

Details relating to the custom fulfillment you will perform. Will be present if and only if fulfillment_method is equal to third_party.

Fields

  • recipient_name - The name that you will print on the check.

Summary

Types

t()

@type t() :: %Increase.CheckTransfers.CheckTransfer.ThirdParty{
  recipient_name: String.t() | nil
}