메소드 | 설명 | |
---|---|---|
CreateOrderAsync ( string cartId ) : Task |
||
GetOrderAsync ( string customerId, string orderId ) : Task |
||
OrderService ( IVirtoCommerceClient apiClient ) : System | ||
ProcessPaymentAsync ( string>.ICollection |
||
ProcessPaymentAsync ( string orderId, string paymentId ) : Task |
public GetOrderAsync ( string customerId, string orderId ) : Task |
||
customerId | string | |
orderId | string | |
리턴 | Task |
public OrderService ( IVirtoCommerceClient apiClient ) : System | ||
apiClient | IVirtoCommerceClient | |
리턴 | System |
public ProcessPaymentAsync ( string>.ICollection |
||
parameters | string>.ICollection | |
리턴 | Task |
public ProcessPaymentAsync ( string orderId, string paymentId ) : Task |
||
orderId | string | |
paymentId | string | |
리턴 | Task |