Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 629 Bytes

checkoutupdatepubliccustomfielddata.md

File metadata and controls

29 lines (18 loc) · 629 Bytes

CheckoutUpdatePublicCustomFieldData

Supported Types

checkoutUpdatePublicCustomFieldData := components.CreateCheckoutUpdatePublicCustomFieldDataStr(string{/* values here */})

checkoutUpdatePublicCustomFieldData := components.CreateCheckoutUpdatePublicCustomFieldDataInteger(int64{/* values here */})

checkoutUpdatePublicCustomFieldData := components.CreateCheckoutUpdatePublicCustomFieldDataBoolean(bool{/* values here */})

checkoutUpdatePublicCustomFieldData := components.CreateCheckoutUpdatePublicCustomFieldDataDateTime(time.Time{/* values here */})