Update
This commit is contained in:
@@ -37,3 +37,22 @@ func (m *MidtransCallbackRequest) ToEntity() *entity.CallbackRequest {
|
||||
TransactionStatus: m.TransactionStatus,
|
||||
}
|
||||
}
|
||||
|
||||
type LinQuCallback struct {
|
||||
Amount int `json:"amount"`
|
||||
SerialNumber string `json:"serialnumber"`
|
||||
Type string `json:"type"`
|
||||
PaymentReff int64 `json:"payment_reff"`
|
||||
VaCode string `json:"va_code"`
|
||||
PartnerReff string `json:"partner_reff"`
|
||||
PartnerReff2 string `json:"partner_reff2"`
|
||||
AdditionalFee int `json:"additionalfee"`
|
||||
Balance int `json:"balance"`
|
||||
CreditBalance int `json:"credit_balance"`
|
||||
TransactionTime string `json:"transaction_time"`
|
||||
VaNumber string `json:"va_number"`
|
||||
CustomerName string `json:"customer_name"`
|
||||
Username string `json:"username"`
|
||||
Status string `json:"status"`
|
||||
Signature string `json:"signature"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user