public static class RequestOxxoSource.RequestOxxoSourceBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
RequestOxxoSource |
build() |
RequestOxxoSource.RequestOxxoSourceBuilder |
country(CountryCode country) |
RequestOxxoSource.RequestOxxoSourceBuilder |
description(java.lang.String description) |
RequestOxxoSource.RequestOxxoSourceBuilder |
payer(Payer payer) |
java.lang.String |
toString() |
public RequestOxxoSource.RequestOxxoSourceBuilder country(CountryCode country)
public RequestOxxoSource.RequestOxxoSourceBuilder payer(Payer payer)
public RequestOxxoSource.RequestOxxoSourceBuilder description(java.lang.String description)
public RequestOxxoSource build()
public java.lang.String toString()
toString in class java.lang.Object