Skip to content

Instantly share code, notes, and snippets.

@xiaodong-xie
Created June 18, 2015 13:22
Show Gist options
  • Save xiaodong-xie/eed8484f36213bef9dd7 to your computer and use it in GitHub Desktop.
Save xiaodong-xie/eed8484f36213bef9dd7 to your computer and use it in GitHub Desktop.
Json property matters...
@JsonPropertyOrder({
"aggregateInterval",
"amount",
"cardAmount",
"cardAmountWithoutFee",
"cardNetAmount",
"cardPaymentFee",
"cardRefundAmount",
"cardRefundVatAmount",
"cardVatAmount",
"cashAmount",
"cashNetAmount",
"cashRefundAmount",
"cashRefundVatAmount",
"cashVatAmount",
"merchant",
"netAmount",
"nrCardPaymentRefunds",
"nrCardPayments",
"nrCashPaymentRefunds",
"nrCashPayments",
"nrPurchases",
"nrRefunds",
"purchaseAmount",
"purchaseNetAmount",
"purchaseVatAmount",
"refundAmount",
"refundNetAmount",
"refundVatAmount",
"showVat",
"timePeriodStartDate",
"vatAmount"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment