Aspose::BarCode::ComplexBarcode::SwissQRBill class

SwissQRBill class

SwissQR bill data.

class SwissQRBill : public System::IEquatable<System::SharedPtr<Aspose::BarCode::ComplexBarcode::SwissQRBill>>

Methods

MethodDescription
CreateAndSetCreditorReference(System::String)Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with “RF” and the modulo 97 checksum.
Equals(System::SharedPtr<System::Object>) overrideDetermines whether the specified object is equal to the current object.
Equals(System::SharedPtr<SwissQRBill>) overrideDetermines whether the specified bill is equal to the current bill.
get_Account() constGets the creditor’s account number.
get_AlternativeSchemes() constGets ors sets the alternative payment schemes.
get_Amount() constGets the payment amount.
get_BillInformation() constGets the additional structured bill information.
get_Creditor() constGets the creditor address.
get_Currency() constGets the payment currency.
get_Debtor() constGets the debtor address.
get_Reference() constGets the creditor payment reference.
get_UnstructuredMessage() constGets the additional unstructured message.
get_Version() constGets the version of the SwissQR bill standard.
GetHashCode() const overrideGets the hash code for this instance.
set_Account(System::String)Sets the creditor’s account number.
set_AlternativeSchemes(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<AlternativeScheme>>>)Gets ors sets the alternative payment schemes.
set_Amount(System::Decimal)Sets the payment amount.
set_BillInformation(System::String)Sets the additional structured bill information.
set_Creditor(System::SharedPtr<Address>)Sets the creditor address.
set_Currency(System::String)Sets the payment currency.
set_Debtor(System::SharedPtr<Address>)Sets the debtor address.
set_Reference(System::String)Sets the creditor payment reference.
set_UnstructuredMessage(System::String)Sets the additional unstructured message.
set_Version(SwissQRBill::QrBillStandardVersion)Sets the version of the SwissQR bill standard.

Typedefs

TypedefDescription
QrBillStandardVersionSwissQR bill standard version.

See Also