SwissQRBill.Debtor

SwissQRBill.Debtor property

Gets or sets the debtor address.

The debtor is optional. If it is omitted, both setting this field to null or setting an address with all null or empty values is ok.

public Address Debtor { get; set; }

Property Value

The debtor address.

See Also