public class

Discount

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

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="{}DiscountPercent"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected DiscountPercent discountPercent
Public Constructors
Discount()
Public Methods
DiscountPercent getDiscountPercent()
Gets the value of the discountPercent property.
void setDiscountPercent(DiscountPercent value)
Sets the value of the discountPercent property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DiscountPercent discountPercent

Public Constructors

public Discount ()

Public Methods

public DiscountPercent getDiscountPercent ()

Gets the value of the discountPercent property.

Returns

public void setDiscountPercent (DiscountPercent value)

Sets the value of the discountPercent property.

Parameters
value Allowed object is DiscountPercent