Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 518 Bytes

File metadata and controls

36 lines (23 loc) · 518 Bytes

OfferSourceValueUnion

The source value of the offer status.

Supported Types

Str

OfferSourceValueUnion.CreateStr(/* values here */);

Number

OfferSourceValueUnion.CreateNumber(/* values here */);

Boolean

OfferSourceValueUnion.CreateBoolean(/* values here */);

OfferSourceValue

OfferSourceValueUnion.CreateOfferSourceValue(/* values here */);

ArrayOfAny

OfferSourceValueUnion.CreateArrayOfAny(/* values here */);