Skip to content

Instantly share code, notes, and snippets.

/Customer.java Secret

Created August 3, 2015 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/43862b56278a548620da to your computer and use it in GitHub Desktop.
Save anonymous/43862b56278a548620da to your computer and use it in GitHub Desktop.
@BapiStructure
public class Customer {
@Parameter("CUSTOMERID")
private String number;
@Parameter("CUSTNAME")
private String name;
// Getter
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment