CompanyData

public struct CompanyData : Codable

Child structure of InitializeResponse.

Properties

  • Company Name.

    Declaration

    Swift

    public var name: String?
  • Company Id.

    Declaration

    Swift

    public var companyId: Int?
  • Merchant Id.

    Declaration

    Swift

    public var merchantId: Int?