Class MoneyInRoutes
Inheritance
System.Object
MoneyInRoutes
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class MoneyInRoutes : Object
Constructors
MoneyInRoutes()
Declaration
Properties
ChargePaymentRoute
Declaration
public string ChargePaymentRoute { get; set; }
Property Value
Type |
Description |
System.String |
|
DeletePaymentRoute
Declaration
public string DeletePaymentRoute { get; set; }
Property Value
Type |
Description |
System.String |
|
GetExternalPaymentsRoute
Declaration
public string GetExternalPaymentsRoute { get; set; }
Property Value
Type |
Description |
System.String |
|
GetNewPayerIdRoute
Declaration
public string GetNewPayerIdRoute { get; set; }
Property Value
Type |
Description |
System.String |
|
GetSavePaymentFrameRoute
Declaration
public string GetSavePaymentFrameRoute { get; set; }
Property Value
Type |
Description |
System.String |
|
RefundPaymentRoute
Declaration
public string RefundPaymentRoute { get; set; }
Property Value
Type |
Description |
System.String |
|
ValidateCurrencyRoute
Declaration
public string ValidateCurrencyRoute { get; set; }
Property Value
Type |
Description |
System.String |
|
ValidatePaymentRoute
Declaration
public string ValidatePaymentRoute { get; set; }
Property Value
Type |
Description |
System.String |
|