public static class PaymentContextsItems.PaymentContextsItemsBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
PaymentContextsItems |
build() |
PaymentContextsItems.PaymentContextsItemsBuilder |
discountAmount(java.lang.Integer discountAmount) |
PaymentContextsItems.PaymentContextsItemsBuilder |
imageUrl(java.lang.String imageUrl) |
PaymentContextsItems.PaymentContextsItemsBuilder |
name(java.lang.String name) |
PaymentContextsItems.PaymentContextsItemsBuilder |
quantity(java.lang.Integer quantity) |
PaymentContextsItems.PaymentContextsItemsBuilder |
reference(java.lang.String reference) |
PaymentContextsItems.PaymentContextsItemsBuilder |
taxAmount(java.lang.Integer taxAmount) |
java.lang.String |
toString() |
PaymentContextsItems.PaymentContextsItemsBuilder |
totalAmount(java.lang.Integer totalAmount) |
PaymentContextsItems.PaymentContextsItemsBuilder |
unitPrice(java.lang.Integer unitPrice) |
PaymentContextsItems.PaymentContextsItemsBuilder |
url(java.lang.String url) |
public PaymentContextsItems.PaymentContextsItemsBuilder name(java.lang.String name)
public PaymentContextsItems.PaymentContextsItemsBuilder quantity(java.lang.Integer quantity)
public PaymentContextsItems.PaymentContextsItemsBuilder unitPrice(java.lang.Integer unitPrice)
public PaymentContextsItems.PaymentContextsItemsBuilder reference(java.lang.String reference)
public PaymentContextsItems.PaymentContextsItemsBuilder totalAmount(java.lang.Integer totalAmount)
public PaymentContextsItems.PaymentContextsItemsBuilder taxAmount(java.lang.Integer taxAmount)
public PaymentContextsItems.PaymentContextsItemsBuilder discountAmount(java.lang.Integer discountAmount)
public PaymentContextsItems.PaymentContextsItemsBuilder url(java.lang.String url)
public PaymentContextsItems.PaymentContextsItemsBuilder imageUrl(java.lang.String imageUrl)
public PaymentContextsItems build()
public java.lang.String toString()
toString in class java.lang.Object