public static class AmountAllocations.AmountAllocationsBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
AmountAllocations.AmountAllocationsBuilder |
amount(java.lang.Long amount) |
AmountAllocations |
build() |
AmountAllocations.AmountAllocationsBuilder |
commission(Commission commission) |
AmountAllocations.AmountAllocationsBuilder |
id(java.lang.String id) |
AmountAllocations.AmountAllocationsBuilder |
reference(java.lang.String reference) |
java.lang.String |
toString() |
public AmountAllocations.AmountAllocationsBuilder id(java.lang.String id)
public AmountAllocations.AmountAllocationsBuilder amount(java.lang.Long amount)
public AmountAllocations.AmountAllocationsBuilder reference(java.lang.String reference)
public AmountAllocations.AmountAllocationsBuilder commission(Commission commission)
public AmountAllocations build()
public java.lang.String toString()
toString in class java.lang.Object