RetrievePendingPaymentsResponse

public class RetrievePendingPaymentsResponse:BaseResponse

resopnse to a retrieve pending payments request

  • list of payments in the queue, that have not been sent to the server for processing

    Declaration

    Swift

    public var pendingPayments:[PendingPaymentEntry]?