Class SenderInformation.SenderInformationBuilder
- java.lang.Object
-
- com.checkout.payments.previous.request.SenderInformation.SenderInformationBuilder
-
- Enclosing class:
- SenderInformation
public static class SenderInformation.SenderInformationBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SenderInformation.SenderInformationBuilderaddress(java.lang.String address)SenderInformationbuild()SenderInformation.SenderInformationBuildercity(java.lang.String city)SenderInformation.SenderInformationBuildercountry(CountryCode country)SenderInformation.SenderInformationBuilderdob(java.lang.String dob)SenderInformation.SenderInformationBuilderfirstName(java.lang.String firstName)SenderInformation.SenderInformationBuilderlastName(java.lang.String lastName)SenderInformation.SenderInformationBuilderpostalCode(java.lang.String postalCode)SenderInformation.SenderInformationBuilderpurpose(java.lang.String purpose)SenderInformation.SenderInformationBuilderreference(java.lang.String reference)SenderInformation.SenderInformationBuildersourceOfFunds(java.lang.String sourceOfFunds)SenderInformation.SenderInformationBuilderstate(java.lang.String state)java.lang.StringtoString()
-
-
-
Method Detail
-
reference
public SenderInformation.SenderInformationBuilder reference(java.lang.String reference)
- Returns:
this.
-
firstName
public SenderInformation.SenderInformationBuilder firstName(java.lang.String firstName)
- Returns:
this.
-
lastName
public SenderInformation.SenderInformationBuilder lastName(java.lang.String lastName)
- Returns:
this.
-
dob
public SenderInformation.SenderInformationBuilder dob(java.lang.String dob)
- Returns:
this.
-
address
public SenderInformation.SenderInformationBuilder address(java.lang.String address)
- Returns:
this.
-
city
public SenderInformation.SenderInformationBuilder city(java.lang.String city)
- Returns:
this.
-
state
public SenderInformation.SenderInformationBuilder state(java.lang.String state)
- Returns:
this.
-
country
public SenderInformation.SenderInformationBuilder country(CountryCode country)
- Returns:
this.
-
postalCode
public SenderInformation.SenderInformationBuilder postalCode(java.lang.String postalCode)
- Returns:
this.
-
sourceOfFunds
public SenderInformation.SenderInformationBuilder sourceOfFunds(java.lang.String sourceOfFunds)
- Returns:
this.
-
purpose
public SenderInformation.SenderInformationBuilder purpose(java.lang.String purpose)
- Returns:
this.
-
build
public SenderInformation build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-