Package com.checkout.sessions
Class CardholderAccountInfo.CardholderAccountInfoBuilder
- java.lang.Object
-
- com.checkout.sessions.CardholderAccountInfo.CardholderAccountInfoBuilder
-
- Enclosing class:
- CardholderAccountInfo
public static class CardholderAccountInfo.CardholderAccountInfoBuilder extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
purchaseCount
public CardholderAccountInfo.CardholderAccountInfoBuilder purchaseCount(java.lang.Long purchaseCount)
- Returns:
this.
-
accountAge
public CardholderAccountInfo.CardholderAccountInfoBuilder accountAge(java.lang.String accountAge)
- Returns:
this.
-
addCardAttempts
public CardholderAccountInfo.CardholderAccountInfoBuilder addCardAttempts(java.lang.Long addCardAttempts)
- Returns:
this.
-
shippingAddressAge
public CardholderAccountInfo.CardholderAccountInfoBuilder shippingAddressAge(java.lang.String shippingAddressAge)
- Returns:
this.
-
accountNameMatchesShippingName
public CardholderAccountInfo.CardholderAccountInfoBuilder accountNameMatchesShippingName(java.lang.Boolean accountNameMatchesShippingName)
- Returns:
this.
-
suspiciousAccountActivity
public CardholderAccountInfo.CardholderAccountInfoBuilder suspiciousAccountActivity(java.lang.Boolean suspiciousAccountActivity)
- Returns:
this.
-
transactionsToday
public CardholderAccountInfo.CardholderAccountInfoBuilder transactionsToday(java.lang.Long transactionsToday)
- Returns:
this.
-
authenticationMethod
@Deprecated public CardholderAccountInfo.CardholderAccountInfoBuilder authenticationMethod(AuthenticationMethod authenticationMethod)
Deprecated.This property will be removed in the future, and should be used- Returns:
this.
-
cardholderAccountAgeIndicator
public CardholderAccountInfo.CardholderAccountInfoBuilder cardholderAccountAgeIndicator(CardholderAccountAgeIndicator cardholderAccountAgeIndicator)
- Returns:
this.
-
accountChange
public CardholderAccountInfo.CardholderAccountInfoBuilder accountChange(java.time.Instant accountChange)
- Returns:
this.
-
accountChangeIndicator
public CardholderAccountInfo.CardholderAccountInfoBuilder accountChangeIndicator(AccountChangeIndicator accountChangeIndicator)
- Returns:
this.
-
accountDate
public CardholderAccountInfo.CardholderAccountInfoBuilder accountDate(java.time.Instant accountDate)
- Returns:
this.
-
accountPasswordChange
public CardholderAccountInfo.CardholderAccountInfoBuilder accountPasswordChange(java.lang.String accountPasswordChange)
- Returns:
this.
-
accountPasswordChangeIndicator
public CardholderAccountInfo.CardholderAccountInfoBuilder accountPasswordChangeIndicator(AccountPasswordChangeIndicator accountPasswordChangeIndicator)
- Returns:
this.
-
transactionsPerYear
public CardholderAccountInfo.CardholderAccountInfoBuilder transactionsPerYear(java.lang.Integer transactionsPerYear)
- Returns:
this.
-
paymentAccountAge
public CardholderAccountInfo.CardholderAccountInfoBuilder paymentAccountAge(java.time.Instant paymentAccountAge)
- Returns:
this.
-
shippingAddressUsage
public CardholderAccountInfo.CardholderAccountInfoBuilder shippingAddressUsage(java.time.Instant shippingAddressUsage)
- Returns:
this.
-
accountType
public CardholderAccountInfo.CardholderAccountInfoBuilder accountType(AccountTypeCardProduct accountType)
- Returns:
this.
-
accountId
public CardholderAccountInfo.CardholderAccountInfoBuilder accountId(java.lang.String accountId)
- Returns:
this.
-
threeDsRequestorAuthenticationInfo
public CardholderAccountInfo.CardholderAccountInfoBuilder threeDsRequestorAuthenticationInfo(ThreeDsRequestorAuthenticationInfo threeDsRequestorAuthenticationInfo)
- Returns:
this.
-
build
public CardholderAccountInfo build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-