Advertisement
Guest User

SystemGatewayRequestConsent

a guest
Jan 16th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. @Data
  2. @JsonInclude(JsonInclude.Include.NON_NULL)
  3. public class SystemGatewayRequestConsent {
  4.     private String requestId;
  5.     @NotNull
  6.     private String beneficiary;
  7.     @NotEmpty
  8.     List<SystemGatewayRequestPurposeAndChannelForConsent> consents;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement