Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 575 Bytes

checkoutupdatecustomfielddata.md

File metadata and controls

29 lines (18 loc) · 575 Bytes

CheckoutUpdateCustomFieldData

Supported Types

checkoutUpdateCustomFieldData := components.CreateCheckoutUpdateCustomFieldDataStr(string{/* values here */})

checkoutUpdateCustomFieldData := components.CreateCheckoutUpdateCustomFieldDataInteger(int64{/* values here */})

checkoutUpdateCustomFieldData := components.CreateCheckoutUpdateCustomFieldDataBoolean(bool{/* values here */})

checkoutUpdateCustomFieldData := components.CreateCheckoutUpdateCustomFieldDataDateTime(time.Time{/* values here */})