Method | Description | |
---|---|---|
Capture ( int amount = null ) : void | ||
CaptureAsync ( int amount = null ) : void | ||
Refund ( PagarMe.BankAccount bank ) : void | ||
Refund ( int amount = null ) : void | ||
RefundAsync ( int amount = null ) : void | ||
Transaction ( ) : PagarMe.Model | ||
Transaction ( |
Method | Description | |
---|---|---|
CoerceTypes ( ) : void | ||
SerializationRuleForField ( string field, Base type ) : Base.NestedModelSerializationRule |
public CaptureAsync ( int amount = null ) : void | ||
amount | int | |
return | void |
public Refund ( PagarMe.BankAccount bank ) : void | ||
bank | PagarMe.BankAccount | |
return | void |
protected SerializationRuleForField ( string field, Base type ) : Base.NestedModelSerializationRule | ||
field | string | |
type | Base | |
return | Base.NestedModelSerializationRule |
public Transaction ( |
||
service | ||
return | PagarMe.Model |