public static class Storefront.CheckoutAttributesUpdateInput
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CheckoutAttributesUpdateInput() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(java.lang.StringBuilder _queryBuilder) |
java.lang.Boolean |
getAllowPartialAddresses() |
<any> |
getAllowPartialAddressesInput() |
java.util.List<Storefront.AttributeInput> |
getCustomAttributes() |
<any> |
getCustomAttributesInput() |
java.lang.String |
getNote() |
<any> |
getNoteInput() |
Storefront.CheckoutAttributesUpdateInput |
setAllowPartialAddresses(java.lang.Boolean allowPartialAddresses) |
Storefront.CheckoutAttributesUpdateInput |
setAllowPartialAddressesInput(<any> allowPartialAddresses) |
Storefront.CheckoutAttributesUpdateInput |
setCustomAttributes(java.util.List<Storefront.AttributeInput> customAttributes) |
Storefront.CheckoutAttributesUpdateInput |
setCustomAttributesInput(<any> customAttributes) |
Storefront.CheckoutAttributesUpdateInput |
setNote(java.lang.String note) |
Storefront.CheckoutAttributesUpdateInput |
setNoteInput(<any> note) |
public java.lang.String getNote()
public <any> getNoteInput()
public Storefront.CheckoutAttributesUpdateInput setNote(java.lang.String note)
public Storefront.CheckoutAttributesUpdateInput setNoteInput(<any> note)
public java.util.List<Storefront.AttributeInput> getCustomAttributes()
public <any> getCustomAttributesInput()
public Storefront.CheckoutAttributesUpdateInput setCustomAttributes(java.util.List<Storefront.AttributeInput> customAttributes)
public Storefront.CheckoutAttributesUpdateInput setCustomAttributesInput(<any> customAttributes)
public java.lang.Boolean getAllowPartialAddresses()
public <any> getAllowPartialAddressesInput()
public Storefront.CheckoutAttributesUpdateInput setAllowPartialAddresses(java.lang.Boolean allowPartialAddresses)
public Storefront.CheckoutAttributesUpdateInput setAllowPartialAddressesInput(<any> allowPartialAddresses)
public void appendTo(java.lang.StringBuilder _queryBuilder)