Package model
Class MerchantProfileLinks
- java.lang.Object
-
- model.MerchantProfileLinks
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class MerchantProfileLinks extends Object
For your convenience, every response includes several URLs which link to resources relevant to the request. You can use these `_links` to make your follow-up requests and quickly access relevant IDs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMerchantProfileLinks.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_APPLICATIONstatic StringSERIALIZED_NAME_FEE_PROFILEstatic StringSERIALIZED_NAME_OWNER_IDENTITYstatic StringSERIALIZED_NAME_PROCESSORSstatic StringSERIALIZED_NAME_RESERVE_PROFILEstatic StringSERIALIZED_NAME_RISK_PROFILEstatic StringSERIALIZED_NAME_SELFstatic StringSERIALIZED_NAME_USERS
-
Constructor Summary
Constructors Constructor Description MerchantProfileLinks()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_APPLICATION
public static final String SERIALIZED_NAME_APPLICATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FEE_PROFILE
public static final String SERIALIZED_NAME_FEE_PROFILE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OWNER_IDENTITY
public static final String SERIALIZED_NAME_OWNER_IDENTITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESSORS
public static final String SERIALIZED_NAME_PROCESSORS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RESERVE_PROFILE
public static final String SERIALIZED_NAME_RESERVE_PROFILE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RISK_PROFILE
public static final String SERIALIZED_NAME_RISK_PROFILE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SELF
public static final String SERIALIZED_NAME_SELF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_USERS
public static final String SERIALIZED_NAME_USERS
- See Also:
- Constant Field Values
-
-
Method Detail
-
application
public MerchantProfileLinks application(ApplicationProfileLinksApplication application)
-
getApplication
@Nullable public ApplicationProfileLinksApplication getApplication()
Get application- Returns:
- application
-
setApplication
public void setApplication(ApplicationProfileLinksApplication application)
-
feeProfile
public MerchantProfileLinks feeProfile(ApplicationLinksApplicationProfile feeProfile)
-
getFeeProfile
@Nullable public ApplicationLinksApplicationProfile getFeeProfile()
Get feeProfile- Returns:
- feeProfile
-
setFeeProfile
public void setFeeProfile(ApplicationLinksApplicationProfile feeProfile)
-
ownerIdentity
public MerchantProfileLinks ownerIdentity(ApplicationLinksApplicationProfile ownerIdentity)
-
getOwnerIdentity
@Nullable public ApplicationLinksApplicationProfile getOwnerIdentity()
Get ownerIdentity- Returns:
- ownerIdentity
-
setOwnerIdentity
public void setOwnerIdentity(ApplicationLinksApplicationProfile ownerIdentity)
-
processors
public MerchantProfileLinks processors(ApplicationLinksApplicationProfile processors)
-
getProcessors
@Nullable public ApplicationLinksApplicationProfile getProcessors()
Get processors- Returns:
- processors
-
setProcessors
public void setProcessors(ApplicationLinksApplicationProfile processors)
-
reserveProfile
public MerchantProfileLinks reserveProfile(ApplicationLinksApplicationProfile reserveProfile)
-
getReserveProfile
@Nullable public ApplicationLinksApplicationProfile getReserveProfile()
Get reserveProfile- Returns:
- reserveProfile
-
setReserveProfile
public void setReserveProfile(ApplicationLinksApplicationProfile reserveProfile)
-
riskProfile
public MerchantProfileLinks riskProfile(ApplicationLinksApplicationProfile riskProfile)
-
getRiskProfile
@Nullable public ApplicationLinksApplicationProfile getRiskProfile()
Get riskProfile- Returns:
- riskProfile
-
setRiskProfile
public void setRiskProfile(ApplicationLinksApplicationProfile riskProfile)
-
self
public MerchantProfileLinks self(ApplicationLinksSelf self)
-
getSelf
@Nullable public ApplicationLinksSelf getSelf()
Get self- Returns:
- self
-
setSelf
public void setSelf(ApplicationLinksSelf self)
-
users
public MerchantProfileLinks users(ApplicationLinksApplicationProfile users)
-
getUsers
@Nullable public ApplicationLinksApplicationProfile getUsers()
Get users- Returns:
- users
-
setUsers
public void setUsers(ApplicationLinksApplicationProfile users)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to MerchantProfileLinks
-
fromJson
public static MerchantProfileLinks fromJson(String jsonString) throws IOException
Create an instance of MerchantProfileLinks given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of MerchantProfileLinks
- Throws:
IOException- if the JSON string is invalid with respect to MerchantProfileLinks
-
toJson
public String toJson()
Convert an instance of MerchantProfileLinks to an JSON string- Returns:
- JSON string
-
-