Skip to content

Files

29 lines (18 loc) · 521 Bytes

checkoutcustomfielddata.md

File metadata and controls

29 lines (18 loc) · 521 Bytes

CheckoutCustomFieldData

Supported Types

checkoutCustomFieldData := components.CreateCheckoutCustomFieldDataStr(string{/* values here */})

checkoutCustomFieldData := components.CreateCheckoutCustomFieldDataInteger(int64{/* values here */})

checkoutCustomFieldData := components.CreateCheckoutCustomFieldDataBoolean(bool{/* values here */})

checkoutCustomFieldData := components.CreateCheckoutCustomFieldDataDateTime(time.Time{/* values here */})