Table of Contents

Class PaymentShippingOption

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

Constructors

PaymentShippingOption()

public PaymentShippingOption()

Fields

Amount

[Value("amount")]
public required PaymentCurrencyAmount Amount

Field Value

PaymentCurrencyAmount

Id

[Value("id")]
public required string Id

Field Value

string

Label

[Value("label")]
public required string Label

Field Value

string

Selected

[Value("selected")]
public bool Selected

Field Value

bool