public class

Distribution

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

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="{}Accounting"/>
         <element name="Charge" type="{}MoneyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Accounting accounting
protected MoneyType charge
Public Constructors
Distribution()
Public Methods
Accounting getAccounting()
Gets the value of the accounting property.
MoneyType getCharge()
Gets the value of the charge property.
void setAccounting(Accounting value)
Sets the value of the accounting property.
void setCharge(MoneyType value)
Sets the value of the charge property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Accounting accounting

protected MoneyType charge

Public Constructors

public Distribution ()

Public Methods

public Accounting getAccounting ()

Gets the value of the accounting property.

Returns

public MoneyType getCharge ()

Gets the value of the charge property.

Returns

public void setAccounting (Accounting value)

Sets the value of the accounting property.

Parameters
value Allowed object is Accounting

public void setCharge (MoneyType value)

Sets the value of the charge property.

Parameters
value Allowed object is MoneyType