SwissQRBill

SwissQRBill class

SwissQR bill data

public class SwissQRBill : joint.BaseJavaClass

Constructors

NameDescription
SwissQRBill(object)Initializes a new instance of the SwissQRBill class.

Methods

NameDescription
convertAlternativeSchemes(object)
createAndSetCreditorReference(object)Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with “RF” and the modulo 97 checksum.
equals(object)Determines whether the specified object is equal to the current object.
getAccountGets the creditor’s account number.
getAlternativeSchemesGets ors sets the alternative payment schemes.
getAmountGets the payment amount.
getBillInformationGets the additional structured bill information.
getCreditorGets the creditor address.
getCurrencyGets the payment currency. Valid values are “CHF” and “EUR”.
getDebtorGets the debtor address.
getReferenceGets the creditor payment reference.
getUnstructuredMessageGets the additional unstructured message.
getVersionGets the version of the SwissQR bill standard.
hashCodeGets the hash code for this instance.
init
setAccount(object)Sets the creditor’s account number.
setAlternativeSchemes(object)Gets or sets the alternative payment schemes.
setAmount(object)Sets the payment amount. Valid values are between 0.01 and 999,999,999.99.
setBillInformation(object)Sets the additional structured bill information.
setCreditor(object)Sets the creditor address.
setCurrency(object)Sets the payment currency.
setDebtor(object)Sets the debtor address.
setReference(object)Sets the creditor payment reference.
setUnstructuredMessage(object)Sets the additional unstructured message.
setVersion(object)Sets the version of the SwissQR bill standard.

Fields

NameDescription
creditor
debtor

See Also