Table of Contents

Class PaymentHandlerResponse

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class PaymentHandlerResponse
Inheritance
PaymentHandlerResponse
Inherited Members

Constructors

PaymentHandlerResponse()

public PaymentHandlerResponse()

Fields

Details

[Value("details")]
public Object Details

Field Value

Object

MethodName

[Value("methodName")]
public string MethodName

Field Value

string

PayerEmail

[Value("payerEmail")]
public string? PayerEmail

Field Value

string

PayerName

[Value("payerName")]
public string? PayerName

Field Value

string

PayerPhone

[Value("payerPhone")]
public string? PayerPhone

Field Value

string

ShippingAddress

[Value("shippingAddress")]
public AddressInit ShippingAddress

Field Value

AddressInit

ShippingOption

[Value("shippingOption")]
public string? ShippingOption

Field Value

string