Table of Contents

Class InitiatePaymentResult

Namespace
Rescope.Commerce.Core.Models
Assembly
Rescope.Commerce.Core.dll
public class InitiatePaymentResult
Inheritance
InitiatePaymentResult
Inherited Members

Properties

Html

public string Html { get; set; }

Property Value

string

Type

public ResultType Type { get; set; }

Property Value

ResultType

Url

public string Url { get; set; }

Property Value

string

Methods

HTML(string)

public static InitiatePaymentResult HTML(string html)

Parameters

html string

Returns

InitiatePaymentResult

Redirect(string)

public static InitiatePaymentResult Redirect(string url)

Parameters

url string

Returns

InitiatePaymentResult