Interface CfnProcurementPortalPreference.PurchaseOrderDataSourceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnProcurementPortalPreference.PurchaseOrderDataSourceProperty.Jsii$Proxy
Enclosing class:
CfnProcurementPortalPreference

@Stability(Stable) public static interface CfnProcurementPortalPreference.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.services.invoicing.*;
 PurchaseOrderDataSourceProperty purchaseOrderDataSourceProperty = PurchaseOrderDataSourceProperty.builder()
         .einvoiceDeliveryDocumentType("einvoiceDeliveryDocumentType")
         .purchaseOrderDataSourceType("purchaseOrderDataSourceType")
         .build();
 

See Also: