Increase.Exports.Export.FundingInstructions (Increase v1.0.0)

Copy Markdown View Source

Details of the funding instructions export. This field will be present when the category is equal to funding_instructions.

Fields

  • account_number_id - The Account Number to create funding instructions for.

Summary

Types

t()

@type t() :: %Increase.Exports.Export.FundingInstructions{
  account_number_id: String.t()
}