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: