PurchaseOrder

Contains information about a purchase order association to a charge within an agreement.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the agreement associated with this charge.

Link copied to clipboard

The unique identifier of the charge to associate the purchase order with.

Link copied to clipboard

The revision of the charge.

Link copied to clipboard

The purchase order reference to associate with the charge.

Functions

Link copied to clipboard
inline fun copy(block: PurchaseOrder.Builder.() -> Unit = {}): PurchaseOrder
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String