C# Class Kooboo.Commerce.Payments.Payment

显示文件 Open project: Kooboo/Ecommerce Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Payment ( ) : System
Payment ( int orderId, decimal amount, Kooboo.Commerce.Payments.PaymentMethod method, string description ) : System

Method Details

Payment() public method

public Payment ( ) : System
return System

Payment() public method

public Payment ( int orderId, decimal amount, Kooboo.Commerce.Payments.PaymentMethod method, string description ) : System
orderId int
amount decimal
method Kooboo.Commerce.Payments.PaymentMethod
description string
return System