Class PaymentAttempt

java.lang.Object
com.inttegro.payments.PaymentAttempt

public class PaymentAttempt extends Object
  • Field Details

    • paymentMethodType

      public String paymentMethodType
    • paymentMethodId

      public String paymentMethodId
    • reference

      public String reference
    • status

      public PaymentAttemptStatus status
    • initiatedAt

      public String initiatedAt
    • succeededAt

      public String succeededAt
    • failedAt

      public String failedAt
  • Constructor Details

    • PaymentAttempt

      public PaymentAttempt()