C# Class Riskified.SDK.Model.ChargebackElements.ChargebackDetails

Inheritance: IJsonSerializable
Mostrar archivo Open project: Riskified/sdk_net Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

ChargebackDetails() public method

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

Validate() public method

public Validate ( System.Utils validationType = Validations.Weak ) : void
validationType System.Utils
return void