Invoice

public class Invoice : Item

A Receipt is a confirmation of a transaction.

  • Any type of file that can be stored on disk.

    Declaration

    Swift

    var file: File? { get }
  • An agreement between a buyer and a seller to exchange an asset for payment.

    Declaration

    Swift

    var transaction: Transaction? { get }
  • Undocumented

    Declaration

    Swift

    public required convenience init(from decoder: Decoder) throws