HyperwalletTransferMethodConfigurationField
public protocol HyperwalletTransferMethodConfigurationField
The HyperwalletTransferMethodConfigurationField protocol for processing the transfer method
configuration field result from the Hyperwallet platform.
-
Returns a list of
HyperwalletFieldDeclaration
Swift
func fieldGroups() -> [HyperwalletFieldGroup]?Return Value
a list of
HyperwalletFieldGroup -
Returns the list of transfer method types based on the parameters
Declaration
Swift
func transferMethodType() -> HyperwalletTransferMethodType?Return Value
HyperwalletTransferMethodType
View on GitHub