C# Class Razorpay.Api.Order

Inheritance: Entity
Mostra file Open project: razorpay/razorpay-dot-net Class Usage Examples

Public Methods

Method Description
All ( object>.Dictionary options = null ) : List
Create ( object>.Dictionary data ) : Order
Fetch ( string id ) : Order
Payments ( ) : List

Method Details

All() public method

public All ( object>.Dictionary options = null ) : List
options object>.Dictionary
return List

Create() public method

public Create ( object>.Dictionary data ) : Order
data object>.Dictionary
return Order

Fetch() public method

public Fetch ( string id ) : Order
id string
return Order

Payments() public method

public Payments ( ) : List
return List