Property | Type | Description |
---|
Method | Description | |
---|---|---|
ChargebackDetails ( string id = null, System.DateTime charegbackAt = null, string chargebackCurrency = null, float chargebackAmount = null, string reasonCode = null, string reasonDesc = null, string type = null, string mid = null, string arn = null, string creditCardCompany = null, System.DateTime respondBy = null, float feeAmount = null, string feeCurrency = null, string cardIssuer = null, string gateway = null, string cardholder = null, string message = null ) : System | ||
Validate ( System.Utils validationType = Validations.Weak ) : void |
public ChargebackDetails ( string id = null, System.DateTime charegbackAt = null, string chargebackCurrency = null, float chargebackAmount = null, string reasonCode = null, string reasonDesc = null, string type = null, string mid = null, string arn = null, string creditCardCompany = null, System.DateTime respondBy = null, float feeAmount = null, string feeCurrency = null, string cardIssuer = null, string gateway = null, string cardholder = null, string message = null ) : System | ||
id | string | |
charegbackAt | System.DateTime | |
chargebackCurrency | string | |
chargebackAmount | float | |
reasonCode | string | |
reasonDesc | string | |
type | string | |
mid | string | |
arn | string | |
creditCardCompany | string | |
respondBy | System.DateTime | |
feeAmount | float | |
feeCurrency | string | |
cardIssuer | string | |
gateway | string | |
cardholder | string | |
message | string | |
return | System |
public Validate ( System.Utils validationType = Validations.Weak ) : void | ||
validationType | System.Utils | |
return | void |