-
Initialization of Builder
Declaration
Swift
public init(notes: String? = nil, transition: Status)Parameters
notesComments regarding the status change
transitionThe new status of the resource
-
Declaration
Swift
public func build() -> HyperwalletStatusTransitionReturn Value
a new instance of the
HyperwalletTransfer.
View on GitHub