Contingencies

struct Contingencies

Contingencies wrapper which holds metadata about blocking contingencies.

  • The list of contingenices these are unique set of strings.

    Declaration

    Swift

    let causes: [String]
  • Check if NEED_DOMESTIC_SHIPPING_ADDRESS_TO_PAY was thrown.

    Declaration

    Swift

    var hasShippingAddressContingency: Bool { get }