Status201
public class Status201 : APIModel
Process payment and notify user (payment receipt) if transaction is finished successfully.
The priceIncludingVAT
and currency
attributes are required, unless when announcing a transaction in which case those values are copied from the token and any given values are ignored.
Only use after approaching (fueling api), otherwise returns 403 Forbidden
.
-
Undocumented
Declaration
Swift
public var data: PCPayTransaction?
-
Undocumented
Declaration
Swift
public init(data: PCPayTransaction? = nil)
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool
-
Declaration
Swift
public static func == (lhs: Status201, rhs: Status201) -> Bool