API Reference
Class
Upi
UPI payment payload.
Inheritance
- Object
- Upi
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method Upi.<Clone>$
Constructors
public Upi(String Vpa, String Name, String MerchantCode, String TransactionRef, String TransactionNote, Nullable<Decimal> Amount, String Currency) #UPI payment payload.
Parameters
- Vpa System.String
- Name System.String
- MerchantCode System.String
- TransactionRef System.String
- TransactionNote System.String
- Amount System.Nullable{System.Decimal}
- Currency System.String
Methods
public Upi <Clone>$() #Returns:
Upipublic Void Deconstruct(out String Vpa, out String Name, out String MerchantCode, out String TransactionRef, out String TransactionNote, out Nullable<Decimal> Amount, out String Currency) #Returns:
VoidParameters
- Vpa String
- Name String
- MerchantCode String
- TransactionRef String
- TransactionNote String
- Amount Nullable<Decimal>
- Currency String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String