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