Class RefundPaymentRequest

java.lang.Object
liberalize.java.backend.sdk.data.model.RefundPaymentRequest

public class RefundPaymentRequest
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int amount
    amount as integer
  • Constructor Summary

    Constructors
    Constructor Description
    RefundPaymentRequest​(int amount)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • amount

      @SerializedName("amount") public int amount
      amount as integer
  • Constructor Details

    • RefundPaymentRequest

      public RefundPaymentRequest​(int amount)