NonReloadablePrepaidCardSourceOfFunds
public enum NonReloadablePrepaidCardSourceOfFunds : Codable
Non refundable prepaid card fund source.
-
Structure for the payment method source.
Declaration
Swift
case paymentMethod(paymentMethodUuid: String)
-
Structure for the wallet source.
Declaration
Swift
case wallet(walletUuid: String)
-
Empty or unknown.
Declaration
Swift
case none
-
Creates a new instance by decoding from the given decoder.
Declaration
Swift
public init(from decoder: Decoder) throws
Parameters
decoder
The decoder to read data from.
-
Encodes the instance by encoding to the given decoder.
Declaration
Swift
public func encode(to encoder: Encoder) throws
Parameters
encoder
The encoder to write data to.