Aspose::BarCode::ComplexBarcode::SwissQRBill class
Contents
[
Hide
]SwissQRBill class
SwissQR bill data.
class SwissQRBill : public System::IEquatable<System::SharedPtr<Aspose::BarCode::ComplexBarcode::SwissQRBill>>
Methods
Method | Description |
---|---|
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>) override | Determines whether the specified object is equal to the current object. |
Equals(System::SharedPtr<SwissQRBill>) override | Determines whether the specified bill is equal to the current bill. |
get_Account() const | Gets the creditor’s account number. |
get_AlternativeSchemes() const | Gets ors sets the alternative payment schemes. |
get_Amount() const | Gets the payment amount. |
get_BillInformation() const | Gets the additional structured bill information. |
get_Creditor() const | Gets the creditor address. |
get_Currency() const | Gets the payment currency. |
get_Debtor() const | Gets the debtor address. |
get_Reference() const | Gets the creditor payment reference. |
get_UnstructuredMessage() const | Gets the additional unstructured message. |
get_Version() const | Gets the version of the SwissQR bill standard. |
GetHashCode() const override | Gets 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
Typedef | Description |
---|---|
QrBillStandardVersion | SwissQR bill standard version. |
See Also
- Namespace Aspose::BarCode::ComplexBarcode
- Library Aspose.BarCode for C++