Skip to content

Commit

Permalink
Merge pull request #283 from mercadopago/feature/eventDate
Browse files Browse the repository at this point in the history
Add field eventDate in PreferenceItem
  • Loading branch information
VickieAranha authored Apr 19, 2024
2 parents f10033e + d54fb2e commit 0442753
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ public class PreferenceItemRequest {

/** Currency ID. ISO_4217 code. */
private final String currencyId;

/** Category descriptor*/
private final PreferenceCategoryDescriptorRequest categoryDescriptor;
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ public class PreferenceItem {

/** Currency ID. ISO_4217 code. */
private String currencyId;

/** Category Descriptor */
private PreferenceCategoryDescriptor categoryDescriptor;
}

0 comments on commit 0442753

Please sign in to comment.