Created
November 11, 2024 13:46
-
-
Save nkchauhan003/69c665b632863283c8287518a144f82d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.example.fulfillment.model; | |
import lombok.Builder; | |
import lombok.Data; | |
@Data | |
@Builder | |
public class FulfillmentOptionsResponse { | |
private String dpeHdData; | |
private String dpeCncData; | |
private String dpePudoData; | |
private String digitalFulfillmentData; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment