Class MoneyInEndpoints
Inheritance
System.Object
MoneyInEndpoints
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class MoneyInEndpoints : Object
Constructors
MoneyInEndpoints()
Declaration
public MoneyInEndpoints()
Properties
ChargePaymentEndpoint
Declaration
public string ChargePaymentEndpoint { get; set; }
Property Value
Type |
Description |
System.String |
|
DeletePaymentEndpoint
Declaration
public string DeletePaymentEndpoint { get; set; }
Property Value
Type |
Description |
System.String |
|
GetExternalPaymentsEndpoint
Declaration
public string GetExternalPaymentsEndpoint { get; set; }
Property Value
Type |
Description |
System.String |
|
GetNewPayerIdEndpoint
Declaration
public string GetNewPayerIdEndpoint { get; set; }
Property Value
Type |
Description |
System.String |
|
GetSavePaymentFrameEndpoint
Declaration
public string GetSavePaymentFrameEndpoint { get; set; }
Property Value
Type |
Description |
System.String |
|
RefundPaymentEndpoint
Declaration
public string RefundPaymentEndpoint { get; set; }
Property Value
Type |
Description |
System.String |
|
ValidateCurrencyEndpoint
Declaration
public string ValidateCurrencyEndpoint { get; set; }
Property Value
Type |
Description |
System.String |
|
ValidatePaymentEndpoint
Declaration
public string ValidatePaymentEndpoint { get; set; }
Property Value
Type |
Description |
System.String |
|