Package com.checkout.payments.request
Class PaymentSegment.PaymentSegmentBuilder
- java.lang.Object
-
- com.checkout.payments.request.PaymentSegment.PaymentSegmentBuilder
-
- Enclosing class:
- PaymentSegment
public static class PaymentSegment.PaymentSegmentBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentSegment.PaymentSegmentBuilderbrand(java.lang.String brand)PaymentSegmentbuild()PaymentSegment.PaymentSegmentBuilderbusinessCategory(java.lang.String businessCategory)PaymentSegment.PaymentSegmentBuildermarket(java.lang.String market)java.lang.StringtoString()
-
-
-
Method Detail
-
brand
public PaymentSegment.PaymentSegmentBuilder brand(java.lang.String brand)
- Returns:
this.
-
businessCategory
public PaymentSegment.PaymentSegmentBuilder businessCategory(java.lang.String businessCategory)
- Returns:
this.
-
market
public PaymentSegment.PaymentSegmentBuilder market(java.lang.String market)
- Returns:
this.
-
build
public PaymentSegment build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-