View Source StarkInfra.CreditNote.Invoice.Description (starkinfra v0.1.0)

Groups Description related functions

Link to this section Summary

Functions

Invoice description information.

Link to this section Types

@type t() :: %StarkInfra.CreditNote.Invoice.Description{key: term(), value: term()}

Link to this section Functions

Link to this function

%StarkInfra.CreditNote.Invoice.Description{}

View Source (struct)

Invoice description information.

parameters-required

Parameters (required):

  • :key [string]: Description for the value. ex: "Taxes"

parameters-optional

Parameters (optional):

  • :value [string, nil]: amount related to the described key. ex: "R$100,00"