recurly-client-0.1.0.0: Client for Recurly subscription management
Safe HaskellSafe-Inferred
LanguageHaskell2010

RecurlyClient.Types.ShippingFeeCreate

Description

Contains the types generated from the schema ShippingFeeCreate

Synopsis

Documentation

data ShippingFeeCreate Source #

Defines the object schema located at components.schemas.ShippingFeeCreate in the specification.

Constructors

ShippingFeeCreate 

Fields

  • shippingFeeCreateAmount :: Maybe Float

    amount: This is priced in the purchase's currency.

    Constraints:

    • Minimum of 0.0
  • shippingFeeCreateMethod_code :: Maybe Text

    method_code: The code of the shipping method used to deliver the purchase. If `method_id` and `method_code` are both present, `method_id` will be used.

    Constraints:

    • Maximum length of 50
  • shippingFeeCreateMethod_id :: Maybe Text

    method_id: The id of the shipping method used to deliver the purchase. If `method_id` and `method_code` are both present, `method_id` will be used.

    Constraints:

    • Maximum length of 13

mkShippingFeeCreate :: ShippingFeeCreate Source #

Create a new ShippingFeeCreate with all required fields.