CodeGlyphX logo
CodeGlyphX

API Reference

Class

PayPal

Namespace CodeGlyphX.Payloads.QrParsedData
Assembly CodeGlyphX
Implements
IEquatable<PayPal>
Modifiers sealed

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

Constructors

public PayPal(String Handle, Nullable<Decimal> Amount, String Currency, String Url) #

PayPal payment payload (PayPal.Me).

Parameters

Handle System.String requiredposition: 0
Amount System.Nullable{System.Decimal} requiredposition: 1
Currency System.String requiredposition: 2
Url System.String requiredposition: 3

Methods

public PayPal <Clone>$() #
Returns: PayPal
public Void Deconstruct(out String Handle, out Nullable<Decimal> Amount, out String Currency, out String Url) #
Returns: Void

Parameters

Handle String requiredposition: 0
Amount Nullable<Decimal> requiredposition: 1
Currency String requiredposition: 2
Url String requiredposition: 3
public virtual Boolean Equals(PayPal other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String Handle { get; set; } #
public Nullable<Decimal> Amount { get; set; } #
public String Currency { get; set; } #
public String Url { get; set; } #