items

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateItemAttachedModel

func GenerateItemAttachedModel() string

GenerateItemAttachedModel generates chargebee Attached Item domain model

Documentation: https://apidocs.chargebee.com/docs/api/attached_items?lang=curl#attached_item_attributes

func GenerateItemCouponCodeModel

func GenerateItemCouponCodeModel() string

GenerateItemCouponCodeModel generates chargebee Item domain model

Documentation: https://apidocs.chargebee.com/docs/api/coupon_codes?lang=curl#coupon_code_attributes

func GenerateItemCouponModel

func GenerateItemCouponModel() string

GenerateItemCouponModel generates chargebee Item domain model

Documentation: https://apidocs.chargebee.com/docs/api/coupons?lang=curl#coupon_attributes

func GenerateItemCouponSetModel

func GenerateItemCouponSetModel() string

GenerateItemCouponSetModel generates chargebee coupon set domain model

Documentation: https://apidocs.chargebee.com/docs/api/coupon_sets?lang=curl#coupon_set_attributes

func GenerateItemDifferentialPriceModel

func GenerateItemDifferentialPriceModel() string

GenerateItemDifferentialPriceModel generates chargebee Item domain model

Documentation: https://apidocs.chargebee.com/docs/api/differential_prices?lang=curl#differential_price_attributes

func GenerateItemFamilyModel

func GenerateItemFamilyModel() string

GenerateItemFamilyModel generates chargebee Item domain model

Documentation: https://apidocs.chargebee.com/docs/api/item_families?lang=curl#item_family_attributes

func GenerateItemPriceModel

func GenerateItemPriceModel() string

GenerateItemPriceModel generates chargebee Item domain model

Documentation: https://apidocs.chargebee.com/docs/api/item_prices?lang=curl#item_price_attributes

func GenerateListItemAttached

func GenerateListItemAttached() string

GenerateListItemAttached generates chargebee client code to fetch all item attached

API: https://{site}.chargebee.com/api/v2/attached_items

Documentation: https://apidocs.chargebee.com/docs/api/attached_items?lang=curl

func GenerateListItemCouponCodes

func GenerateListItemCouponCodes() string

GenerateListItemCouponCodes generates chargebee client code to fetch all item coupon codes

API: https://{site}.chargebee.com/api/v2/coupon_codes

Documentation: https://apidocs.chargebee.com/docs/api/coupons?lang=curl#list_coupons

func GenerateListItemCouponSets

func GenerateListItemCouponSets() string

GenerateListItemCouponSets generates chargebee client code to fetch all coupon sets

API: https://{site}.chargebee.com/api/v2/coupon_sets

Documentation: https://apidocs.chargebee.com/docs/api/coupon_sets?lang=curl#list_coupon_sets

func GenerateListItemCoupons

func GenerateListItemCoupons() string

GenerateListItemCoupons generates chargebee client code to fetch all item coupons

API: https://{site}.chargebee.com/api/v2/coupons

Documentation: https://apidocs.chargebee.com/docs/api/coupons?lang=curl#list_coupons

func GenerateListItemDifferentialPrices

func GenerateListItemDifferentialPrices() string

GenerateListItemDifferentialPrices generates chargebee client code to fetch all item differential prices

API: https://{site}.chargebee.com/api/v2/item_prices

Documentation: https://apidocs.chargebee.com/docs/api/differential_prices?lang=curl#list_differential_prices

func GenerateListItemFamilies

func GenerateListItemFamilies() string

GenerateListItemFamilies generates chargebee client code to fetch all item families

API: https://{site}.chargebee.com/api/v2/item_families

Documentation: https://apidocs.chargebee.com/docs/api/item_families?lang=curl#list_item_families

func GenerateListItemPrices

func GenerateListItemPrices() string

GenerateListItemPrices generates chargebee client code to fetch all item prices

API: https://{site}.chargebee.com/api/v2/item_prices

Documentation: https://apidocs.chargebee.com/docs/api/item_prices?lang=curl

func GenerateRetrieveItemAttached

func GenerateRetrieveItemAttached() string

GenerateRetrieveItemAttached generates chargebee client code to retrieve specific item attached

API: https://{site}.chargebee.com/api/v2/item_prices/{item-price-id}

Documentation: https://apidocs.chargebee.com/docs/api/item_prices?lang=curl#retrieve_an_item_price

func GenerateRetrieveItemCoupon

func GenerateRetrieveItemCoupon() string

GenerateRetrieveItemCoupon generates chargebee client code to retrieve specific item coupon

API: https://{site}.chargebee.com/api/v2/coupon_codes/{coupon-id}

Documentation: https://apidocs.chargebee.com/docs/api/coupons?lang=curl#retrieve_a_coupon

func GenerateRetrieveItemCouponCode

func GenerateRetrieveItemCouponCode() string

GenerateRetrieveItemCouponCode generates chargebee client code to retrieve specific item coupon code

API: https://{site}.chargebee.com/api/v2/coupon_codes/{coupon-id}

Documentation: https://apidocs.chargebee.com/docs/api/coupons?lang=curl#retrieve_a_coupon

func GenerateRetrieveItemCouponSet

func GenerateRetrieveItemCouponSet() string

GenerateRetrieveItemCouponSet generates chargebee client code to retrieve specific coupon set

API: https://{site}.chargebee.com/api/v2/coupon_sets/{coupon-set-id}

Documentation: https://apidocs.chargebee.com/docs/api/coupon_sets?lang=curl#retrieve_a_coupon_set

func GenerateRetrieveItemDifferentialPrice

func GenerateRetrieveItemDifferentialPrice() string

GenerateRetrieveItemDifferentialPrice generates chargebee client code to retrieve specific item differential price

API: https://{site}.chargebee.com/api/v2/item_prices/{item-price-id}

Documentation: https://apidocs.chargebee.com/docs/api/differential_prices?lang=curl#retrieve_a_differential_price

func GenerateRetrieveItemFamily

func GenerateRetrieveItemFamily() string

GenerateRetrieveItemFamily generates chargebee client code to retrieve specific item family

API: https://{site}.chargebee.com/api/v2/item_families/{item-family-id}

Documentation: https://apidocs.chargebee.com/docs/api/item_families?lang=curl#retrieve_an_item_family

func GenerateRetrieveItemPrice

func GenerateRetrieveItemPrice() string

GenerateRetrieveItemPrice generates chargebee client code to retrieve specific item price

API: https://{site}.chargebee.com/api/v2/item_prices/{item-price-id}

Documentation: https://apidocs.chargebee.com/docs/api/item_prices?lang=curl#retrieve_an_item_price

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL