Skip to content

Commit

Permalink
sgdfgds
Browse files Browse the repository at this point in the history
  • Loading branch information
Anover000 committed Mar 22, 2024
1 parent b5b17b2 commit 83f70f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
@Getter
@Setter
@JsonIgnoreProperties(ignoreUnknown = true)
@JsonPropertyOrder({ "id", "request_id", "payment_mode", "account_number", "payer_identifier_type", "payer_identifier",
@JsonPropertyOrder({ "id", "request_id", "payment_mode", "payer_identifier_type", "payer_identifier",
"payee_identifier_type", "payee_identifier", "amount", "currency", "note", "program_shortcode", "cycle", "payee_dfsp_id",
"batch_id" })
"batch_id", "account_number" })
public class Transaction implements CsvSchema {

@JsonProperty("id")
Expand Down

0 comments on commit 83f70f1

Please sign in to comment.