Subversion Repositories SmartDukaan

Rev

Rev 2708 | Rev 3010 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2708 Rev 2747
Line 85... Line 85...
85
	17:i64 initTimestamp,			//statring the payment processing timestamp
85
	17:i64 initTimestamp,			//statring the payment processing timestamp
86
	18:i64 successTimestamp,		//timestamp when payment is captured
86
	18:i64 successTimestamp,		//timestamp when payment is captured
87
	19:i64 errorTimestamp,			// in case, error is received from PG
87
	19:i64 errorTimestamp,			// in case, error is received from PG
88
}
88
}
89
 
89
 
-
 
90
struct Refund{
-
 
91
	1:i64 id,
-
 
92
	2:i64 paymentId,
-
 
93
    3:i64 gatewayId,
-
 
94
    4:i64 orderId,
-
 
95
    5:double amount,
-
 
96
    6:string gatewayTxnId,
-
 
97
    7:i32 attempts,
-
 
98
    8:i64 createdAt,
-
 
99
    9:i64 processedAt,
-
 
100
    10:list<Attribute> attributes
-
 
101
}
90
 
102
 
91
exception PaymentException{
103
exception PaymentException{
92
	1:i64 error_code,
104
	1:i64 error_code,
93
	2:string message
105
	2:string message
94
}
106
}