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