MBXBillingServiceErrorCode_Internal.h 437 B

123456789101112
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. // NOLINTNEXTLINE(modernize-use-using)
  4. typedef NS_ENUM(NSInteger, MBXBillingServiceErrorCode)
  5. {
  6. MBXBillingServiceErrorCodeTokenValidationFailed,
  7. MBXBillingServiceErrorCodeResumeFailed
  8. } NS_SWIFT_NAME(BillingServiceErrorCode);
  9. NSString* MBXBillingServiceErrorCodeToString(MBXBillingServiceErrorCode billing_service_error_code);