Package com.adyen.model.marketpayhop
Class ShowPages
- java.lang.Object
-
- com.adyen.model.marketpayhop.ShowPages
-
public class ShowPages extends Object
ShowPages
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_BANK_DETAILS_SUMMARY_PAGEstatic StringJSON_PROPERTY_BANK_VERIFICATION_PAGEstatic StringJSON_PROPERTY_BUSINESS_DETAILS_SUMMARY_PAGEstatic StringJSON_PROPERTY_CHECKS_OVERVIEW_PAGEstatic StringJSON_PROPERTY_INDIVIDUAL_DETAILS_SUMMARY_PAGEstatic StringJSON_PROPERTY_LEGAL_ARRANGEMENTS_DETAILS_SUMMARY_PAGEstatic StringJSON_PROPERTY_MANUAL_BANK_ACCOUNT_PAGEstatic StringJSON_PROPERTY_SHAREHOLDER_DETAILS_SUMMARY_PAGEstatic StringJSON_PROPERTY_WELCOME_PAGE
-
Constructor Summary
Constructors Constructor Description ShowPages()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ShowPagesbankDetailsSummaryPage(Boolean bankDetailsSummaryPage)ShowPagesbankVerificationPage(Boolean bankVerificationPage)ShowPagesbusinessDetailsSummaryPage(Boolean businessDetailsSummaryPage)ShowPageschecksOverviewPage(Boolean checksOverviewPage)booleanequals(Object o)Return true if this ShowPages object is equal to o.static ShowPagesfromJson(String jsonString)Create an instance of ShowPages given an JSON stringBooleangetBankDetailsSummaryPage()Indicates whether the page with bank account details must be shown.BooleangetBankVerificationPage()Indicates whether the bank check instant verification' details must be shown.BooleangetBusinessDetailsSummaryPage()Indicates whether the page with the company's or organization's details must be shown.BooleangetChecksOverviewPage()Indicates whether the checks overview page must be shown.BooleangetIndividualDetailsSummaryPage()Indicates whether the page with the individual's details must be shown.BooleangetLegalArrangementsDetailsSummaryPage()Indicates whether the page with the legal arrangements' details must be shown.BooleangetManualBankAccountPage()Indicates whether the page to manually add bank account' details must be shown.BooleangetShareholderDetailsSummaryPage()Indicates whether the page with the shareholders' details must be shown.BooleangetWelcomePage()Indicates whether the welcome page must be shown.inthashCode()ShowPagesindividualDetailsSummaryPage(Boolean individualDetailsSummaryPage)ShowPageslegalArrangementsDetailsSummaryPage(Boolean legalArrangementsDetailsSummaryPage)ShowPagesmanualBankAccountPage(Boolean manualBankAccountPage)voidsetBankDetailsSummaryPage(Boolean bankDetailsSummaryPage)voidsetBankVerificationPage(Boolean bankVerificationPage)voidsetBusinessDetailsSummaryPage(Boolean businessDetailsSummaryPage)voidsetChecksOverviewPage(Boolean checksOverviewPage)voidsetIndividualDetailsSummaryPage(Boolean individualDetailsSummaryPage)voidsetLegalArrangementsDetailsSummaryPage(Boolean legalArrangementsDetailsSummaryPage)voidsetManualBankAccountPage(Boolean manualBankAccountPage)voidsetShareholderDetailsSummaryPage(Boolean shareholderDetailsSummaryPage)voidsetWelcomePage(Boolean welcomePage)ShowPagesshareholderDetailsSummaryPage(Boolean shareholderDetailsSummaryPage)StringtoJson()Convert an instance of ShowPages to an JSON stringStringtoString()ShowPageswelcomePage(Boolean welcomePage)
-
-
-
Field Detail
-
JSON_PROPERTY_BANK_DETAILS_SUMMARY_PAGE
public static final String JSON_PROPERTY_BANK_DETAILS_SUMMARY_PAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_BANK_VERIFICATION_PAGE
public static final String JSON_PROPERTY_BANK_VERIFICATION_PAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_BUSINESS_DETAILS_SUMMARY_PAGE
public static final String JSON_PROPERTY_BUSINESS_DETAILS_SUMMARY_PAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CHECKS_OVERVIEW_PAGE
public static final String JSON_PROPERTY_CHECKS_OVERVIEW_PAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_INDIVIDUAL_DETAILS_SUMMARY_PAGE
public static final String JSON_PROPERTY_INDIVIDUAL_DETAILS_SUMMARY_PAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LEGAL_ARRANGEMENTS_DETAILS_SUMMARY_PAGE
public static final String JSON_PROPERTY_LEGAL_ARRANGEMENTS_DETAILS_SUMMARY_PAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MANUAL_BANK_ACCOUNT_PAGE
public static final String JSON_PROPERTY_MANUAL_BANK_ACCOUNT_PAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SHAREHOLDER_DETAILS_SUMMARY_PAGE
public static final String JSON_PROPERTY_SHAREHOLDER_DETAILS_SUMMARY_PAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_WELCOME_PAGE
public static final String JSON_PROPERTY_WELCOME_PAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBankDetailsSummaryPage
public Boolean getBankDetailsSummaryPage()
Indicates whether the page with bank account details must be shown. Defaults to **true**.- Returns:
- bankDetailsSummaryPage
-
setBankDetailsSummaryPage
public void setBankDetailsSummaryPage(Boolean bankDetailsSummaryPage)
-
getBankVerificationPage
public Boolean getBankVerificationPage()
Indicates whether the bank check instant verification' details must be shown. Defaults to **true**.- Returns:
- bankVerificationPage
-
setBankVerificationPage
public void setBankVerificationPage(Boolean bankVerificationPage)
-
businessDetailsSummaryPage
public ShowPages businessDetailsSummaryPage(Boolean businessDetailsSummaryPage)
-
getBusinessDetailsSummaryPage
public Boolean getBusinessDetailsSummaryPage()
Indicates whether the page with the company's or organization's details must be shown. Defaults to **true**.- Returns:
- businessDetailsSummaryPage
-
setBusinessDetailsSummaryPage
public void setBusinessDetailsSummaryPage(Boolean businessDetailsSummaryPage)
-
getChecksOverviewPage
public Boolean getChecksOverviewPage()
Indicates whether the checks overview page must be shown. Defaults to **false**.- Returns:
- checksOverviewPage
-
setChecksOverviewPage
public void setChecksOverviewPage(Boolean checksOverviewPage)
-
individualDetailsSummaryPage
public ShowPages individualDetailsSummaryPage(Boolean individualDetailsSummaryPage)
-
getIndividualDetailsSummaryPage
public Boolean getIndividualDetailsSummaryPage()
Indicates whether the page with the individual's details must be shown. Defaults to **true**.- Returns:
- individualDetailsSummaryPage
-
setIndividualDetailsSummaryPage
public void setIndividualDetailsSummaryPage(Boolean individualDetailsSummaryPage)
-
legalArrangementsDetailsSummaryPage
public ShowPages legalArrangementsDetailsSummaryPage(Boolean legalArrangementsDetailsSummaryPage)
-
getLegalArrangementsDetailsSummaryPage
public Boolean getLegalArrangementsDetailsSummaryPage()
Indicates whether the page with the legal arrangements' details must be shown. Defaults to **true**.- Returns:
- legalArrangementsDetailsSummaryPage
-
setLegalArrangementsDetailsSummaryPage
public void setLegalArrangementsDetailsSummaryPage(Boolean legalArrangementsDetailsSummaryPage)
-
getManualBankAccountPage
public Boolean getManualBankAccountPage()
Indicates whether the page to manually add bank account' details must be shown. Defaults to **true**.- Returns:
- manualBankAccountPage
-
setManualBankAccountPage
public void setManualBankAccountPage(Boolean manualBankAccountPage)
-
shareholderDetailsSummaryPage
public ShowPages shareholderDetailsSummaryPage(Boolean shareholderDetailsSummaryPage)
-
getShareholderDetailsSummaryPage
public Boolean getShareholderDetailsSummaryPage()
Indicates whether the page with the shareholders' details must be shown. Defaults to **true**.- Returns:
- shareholderDetailsSummaryPage
-
setShareholderDetailsSummaryPage
public void setShareholderDetailsSummaryPage(Boolean shareholderDetailsSummaryPage)
-
getWelcomePage
public Boolean getWelcomePage()
Indicates whether the welcome page must be shown. Defaults to **false**.- Returns:
- welcomePage
-
setWelcomePage
public void setWelcomePage(Boolean welcomePage)
-
equals
public boolean equals(Object o)
Return true if this ShowPages object is equal to o.
-
fromJson
public static ShowPages fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of ShowPages given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ShowPages
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to ShowPages
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of ShowPages to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-