Class CurrencyAccountSource.CurrencyAccountSourceBuilder
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.payments.common.source.currencyaccountsource.CurrencyAccountSource.CurrencyAccountSourceBuilder
-
- Enclosing class:
- CurrencyAccountSource
public static class CurrencyAccountSource.CurrencyAccountSourceBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyAccountSource.CurrencyAccountSourceBuilderamount(java.lang.Integer amount)CurrencyAccountSourcebuild()CurrencyAccountSource.CurrencyAccountSourceBuilderid(java.lang.String id)java.lang.StringtoString()
-
-
-
Method Detail
-
id
public CurrencyAccountSource.CurrencyAccountSourceBuilder id(java.lang.String id)
- Returns:
this.
-
amount
public CurrencyAccountSource.CurrencyAccountSourceBuilder amount(java.lang.Integer amount)
- Returns:
this.
-
build
public CurrencyAccountSource build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-