ProvisionalFundingSourceState
public enum ProvisionalFundingSourceState : Hashable
State type associated with FundingSource
.
- active: funding source is active.
- inactive: funding source is inactive.
- unknown: type could not be discerned - associated value is unknown and suggests that the SDK version is out of sync with the service.
-
Declaration
Swift
case provisioning
-
Declaration
Swift
case pending
-
Declaration
Swift
case completed
-
Declaration
Swift
case failed
-
Declaration
Swift
case unknown(String)