Skip to content

Commit

Permalink
Add discount enum item
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-rodriguez-cko committed Jan 9, 2025
1 parent 5f944c1 commit 5373474
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ public enum PaymentContextsItemsType {

@SerializedName("digital")
DIGITAL,

@SerializedName("discount")
DISCOUNT,
}

0 comments on commit 5373474

Please sign in to comment.