HyperwalletTransferMethodQueryParam
public class HyperwalletTransferMethodQueryParam : QueryParam
Representation of the common transfer method’s query parameters.
-
Returns transfer method with this status.
Declaration
Swift
public var status: String? -
Returns transfer method of that type
Declaration
Swift
public var type: String? -
Representation of the transfer method status
See moreDeclaration
Swift
public enum QueryStatus : String -
Representation of the field’s sortable
See moreDeclaration
Swift
public enum QuerySortable : String -
Representation of the transfer method’s type
See moreDeclaration
Swift
public enum QueryType : String -
Declaration
Swift
override public func toQuery() -> [String : String]
View on GitHub