HyperwalletFieldGroup
public struct HyperwalletFieldGroup : Codable
Representation of list of HyperwalletField and the group to which it belongs
-
The group
Declaration
Swift
public let group: String?
-
The list of HyperwalletField
Declaration
Swift
public let fields: [HyperwalletField]?