PartialPaymentError
public enum PartialPaymentError : LocalizedError
Indicates a partial payment related errors.
-
Indicates that there is zero remaining amount to be paid.
Declaration
Swift
case zeroRemainingAmount
-
Indicates that the order data is missing where its required.
Declaration
Swift
case missingOrderData