Class RefundMobileMethodSpecificOutput

java.lang.Object
com.onlinepayments.domain.RefundMobileMethodSpecificOutput

public class RefundMobileMethodSpecificOutput extends Object
  • Constructor Details

    • RefundMobileMethodSpecificOutput

      public RefundMobileMethodSpecificOutput()
  • Method Details

    • getNetwork

      public String getNetwork()
      The card network that was used for a mobile payment method operation
    • setNetwork

      public void setNetwork(String value)
      The card network that was used for a mobile payment method operation
    • withNetwork

      public RefundMobileMethodSpecificOutput withNetwork(String value)
      The card network that was used for a mobile payment method operation
    • getTotalAmountPaid

      public Long getTotalAmountPaid()
    • setTotalAmountPaid

      public void setTotalAmountPaid(Long value)
    • withTotalAmountPaid

      public RefundMobileMethodSpecificOutput withTotalAmountPaid(Long value)
    • getTotalAmountRefunded

      public Long getTotalAmountRefunded()
    • setTotalAmountRefunded

      public void setTotalAmountRefunded(Long value)
    • withTotalAmountRefunded

      public RefundMobileMethodSpecificOutput withTotalAmountRefunded(Long value)