UltracartClient::CouponEditorValues
Name
Type
Description
Notes
affiliates
Array<SimpleValue>
affiliates
[optional]
coupon_types
Array<String>
coupon_types
[optional]
coupon_types_for_display
Array<CouponType>
coupon_types_for_display
[optional]
currency_codes
Array<String>
currency_codes
[optional]
deprecated_themes
Array<SimpleValue>
deprecated_themes
[optional]
item_tags
Array<String>
Item tags
[optional]
mix_and_match_names
Array<String>
mix_and_match_names
[optional]
shipping_methods
Array<String>
shipping_methods
[optional]
storefronts
Array<SimpleValue>
storefronts
[optional]
usable_by
Array<SimpleValue>
usable_by
[optional]
valid_with_other_coupons
Array<String>
valid_with_other_coupons
[optional]
require 'ultracart_api'
instance = UltracartClient ::CouponEditorValues . new (
affiliates : null ,
coupon_types : null ,
coupon_types_for_display : null ,
currency_codes : null ,
deprecated_themes : null ,
item_tags : null ,
mix_and_match_names : null ,
shipping_methods : null ,
storefronts : null ,
usable_by : null ,
valid_with_other_coupons : null
)