Class RequestOxxoSource.RequestOxxoSourceBuilder
- java.lang.Object
-
- com.checkout.payments.previous.request.source.apm.RequestOxxoSource.RequestOxxoSourceBuilder
-
- Enclosing class:
- RequestOxxoSource
public static class RequestOxxoSource.RequestOxxoSourceBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestOxxoSourcebuild()RequestOxxoSource.RequestOxxoSourceBuildercountry(CountryCode country)RequestOxxoSource.RequestOxxoSourceBuilderdescription(java.lang.String description)RequestOxxoSource.RequestOxxoSourceBuilderpayer(Payer payer)java.lang.StringtoString()
-
-
-
Method Detail
-
country
public RequestOxxoSource.RequestOxxoSourceBuilder country(CountryCode country)
- Returns:
this.
-
payer
public RequestOxxoSource.RequestOxxoSourceBuilder payer(Payer payer)
- Returns:
this.
-
description
public RequestOxxoSource.RequestOxxoSourceBuilder description(java.lang.String description)
- Returns:
this.
-
build
public RequestOxxoSource build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-