Method | Description | |
---|---|---|
Create ( string name, decimal amount, PaymentGateway paymentGateway, PaymentMethod paymentMethod, bool useEscrow, string customerName, string customerPhoneNumber, string customerEmail, DateTimeOffset virtualBankExpirationTime, bool isDigital, string returnUrl ) : |
public static Create ( string name, decimal amount, PaymentGateway paymentGateway, PaymentMethod paymentMethod, bool useEscrow, string customerName, string customerPhoneNumber, string customerEmail, DateTimeOffset virtualBankExpirationTime, bool isDigital, string returnUrl ) : |
||
name | string | |
amount | decimal | |
paymentGateway | PaymentGateway | |
paymentMethod | PaymentMethod | |
useEscrow | bool | |
customerName | string | |
customerPhoneNumber | string | |
customerEmail | string | |
virtualBankExpirationTime | DateTimeOffset | |
isDigital | bool | |
returnUrl | string | |
return |