-
Initialization of Builder
Declaration
Swift
public init(notes: String? = nil, transition: Status)
Parameters
notes
Comments regarding the status change
transition
The new status of the resource
-
Declaration
Swift
public func build() -> HyperwalletStatusTransition
Return Value
a new instance of the
HyperwalletTransfer
.