API Reference
Class
PayPal
PayPal payment payload (PayPal.Me).
Inheritance
- Object
- PayPal
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 PayPal.<Clone>$
Constructors
public PayPal(String Handle, Nullable<Decimal> Amount, String Currency, String Url) #PayPal payment payload (PayPal.Me).
Parameters
- Handle System.String
- Amount System.Nullable{System.Decimal}
- Currency System.String
- Url System.String
Methods
public PayPal <Clone>$() #Returns:
PayPalpublic Void Deconstruct(out String Handle, out Nullable<Decimal> Amount, out String Currency, out String Url) #Returns:
VoidParameters
- Handle String
- Amount Nullable<Decimal>
- Currency String
- Url String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String