HyperwalletTransferQueryParam

public class HyperwalletTransferQueryParam : QueryParam

Representation of the user transfers QueryParams fields.

  • A value that identifies the client transfer id.

    Declaration

    Swift

    public var clientTransferId: String?
  • A value that identifies the destination token.

    Declaration

    Swift

    public var destinationToken: String?
  • A value that identifies the source token.

    Declaration

    Swift

    public var sourceToken: String?