public class

PaymentTerm

extends Object
java.lang.Object
   ↳ com.coupa.transaction.PaymentTerm

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}Discount"/>
       </sequence>
       <attribute name="payInNumberOfDays" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Discount discount
protected BigInteger payInNumberOfDays
Public Constructors
PaymentTerm()
Public Methods
Discount getDiscount()
Gets the value of the discount property.
BigInteger getPayInNumberOfDays()
Gets the value of the payInNumberOfDays property.
void setDiscount(Discount value)
Sets the value of the discount property.
void setPayInNumberOfDays(BigInteger value)
Sets the value of the payInNumberOfDays property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Discount discount

protected BigInteger payInNumberOfDays

Public Constructors

public PaymentTerm ()

Public Methods

public Discount getDiscount ()

Gets the value of the discount property.

Returns

public BigInteger getPayInNumberOfDays ()

Gets the value of the payInNumberOfDays property.

Returns
  • possible object is BigInteger

public void setDiscount (Discount value)

Sets the value of the discount property.

Parameters
value Allowed object is Discount

public void setPayInNumberOfDays (BigInteger value)

Sets the value of the payInNumberOfDays property.

Parameters
value Allowed object is BigInteger