Interface CfnProcurementPortalPreferencePropsMixin.PurchaseOrderDataSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnProcurementPortalPreferencePropsMixin.PurchaseOrderDataSourceProperty.Jsii$Proxy
- Enclosing class:
CfnProcurementPortalPreferencePropsMixin
@Stability(Stable)
public static interface CfnProcurementPortalPreferencePropsMixin.PurchaseOrderDataSourceProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the source configuration for retrieving purchase order data.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.invoicing.*;
PurchaseOrderDataSourceProperty purchaseOrderDataSourceProperty = PurchaseOrderDataSourceProperty.builder()
.einvoiceDeliveryDocumentType("einvoiceDeliveryDocumentType")
.purchaseOrderDataSourceType("purchaseOrderDataSourceType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnProcurementPortalPreferencePropsMixin.PurchaseOrderDataSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEinvoiceDeliveryDocumentType
The type of e-invoice document that requires purchase order data.- See Also:
-
getPurchaseOrderDataSourceType
The type of source for purchase order data.- See Also:
-
builder
@Stability(Stable) static CfnProcurementPortalPreferencePropsMixin.PurchaseOrderDataSourceProperty.Builder builder()
-