Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.OneSubsription.getSubscribedServices
Explore with Pulumi AI
This data source provides the list of Subscribed Services in Oracle Cloud Infrastructure Onesubscription service.
This list API returns all subscribed services for given Subscription ID
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSubscribedServices = oci.OneSubsription.getSubscribedServices({
    compartmentId: compartmentId,
    subscriptionId: testSubscription.id,
    orderLineId: testOrderLine.id,
    status: subscribedServiceStatus,
});
import pulumi
import pulumi_oci as oci
test_subscribed_services = oci.OneSubsription.get_subscribed_services(compartment_id=compartment_id,
    subscription_id=test_subscription["id"],
    order_line_id=test_order_line["id"],
    status=subscribed_service_status)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/onesubsription"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := onesubsription.GetSubscribedServices(ctx, &onesubsription.GetSubscribedServicesArgs{
			CompartmentId:  compartmentId,
			SubscriptionId: testSubscription.Id,
			OrderLineId:    pulumi.StringRef(testOrderLine.Id),
			Status:         pulumi.StringRef(subscribedServiceStatus),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testSubscribedServices = Oci.OneSubsription.GetSubscribedServices.Invoke(new()
    {
        CompartmentId = compartmentId,
        SubscriptionId = testSubscription.Id,
        OrderLineId = testOrderLine.Id,
        Status = subscribedServiceStatus,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.OneSubsription.OneSubsriptionFunctions;
import com.pulumi.oci.OneSubsription.inputs.GetSubscribedServicesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testSubscribedServices = OneSubsriptionFunctions.getSubscribedServices(GetSubscribedServicesArgs.builder()
            .compartmentId(compartmentId)
            .subscriptionId(testSubscription.id())
            .orderLineId(testOrderLine.id())
            .status(subscribedServiceStatus)
            .build());
    }
}
variables:
  testSubscribedServices:
    fn::invoke:
      function: oci:OneSubsription:getSubscribedServices
      arguments:
        compartmentId: ${compartmentId}
        subscriptionId: ${testSubscription.id}
        orderLineId: ${testOrderLine.id}
        status: ${subscribedServiceStatus}
Using getSubscribedServices
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSubscribedServices(args: GetSubscribedServicesArgs, opts?: InvokeOptions): Promise<GetSubscribedServicesResult>
function getSubscribedServicesOutput(args: GetSubscribedServicesOutputArgs, opts?: InvokeOptions): Output<GetSubscribedServicesResult>def get_subscribed_services(compartment_id: Optional[str] = None,
                            filters: Optional[Sequence[GetSubscribedServicesFilter]] = None,
                            order_line_id: Optional[str] = None,
                            status: Optional[str] = None,
                            subscription_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetSubscribedServicesResult
def get_subscribed_services_output(compartment_id: Optional[pulumi.Input[str]] = None,
                            filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetSubscribedServicesFilterArgs]]]] = None,
                            order_line_id: Optional[pulumi.Input[str]] = None,
                            status: Optional[pulumi.Input[str]] = None,
                            subscription_id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetSubscribedServicesResult]func GetSubscribedServices(ctx *Context, args *GetSubscribedServicesArgs, opts ...InvokeOption) (*GetSubscribedServicesResult, error)
func GetSubscribedServicesOutput(ctx *Context, args *GetSubscribedServicesOutputArgs, opts ...InvokeOption) GetSubscribedServicesResultOutput> Note: This function is named GetSubscribedServices in the Go SDK.
public static class GetSubscribedServices 
{
    public static Task<GetSubscribedServicesResult> InvokeAsync(GetSubscribedServicesArgs args, InvokeOptions? opts = null)
    public static Output<GetSubscribedServicesResult> Invoke(GetSubscribedServicesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSubscribedServicesResult> getSubscribedServices(GetSubscribedServicesArgs args, InvokeOptions options)
public static Output<GetSubscribedServicesResult> getSubscribedServices(GetSubscribedServicesArgs args, InvokeOptions options)
fn::invoke:
  function: oci:OneSubsription/getSubscribedServices:getSubscribedServices
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The OCID of the root compartment.
- SubscriptionId string
- Line level Subscription Id
- Filters
List<GetSubscribed Services Filter> 
- OrderLine stringId 
- Order Line identifier at subscribed service level . This identifier is originated in Order Management module. Default is null.
- Status string
- This param is used to filter subscribed services based on its status
- CompartmentId string
- The OCID of the root compartment.
- SubscriptionId string
- Line level Subscription Id
- Filters
[]GetSubscribed Services Filter 
- OrderLine stringId 
- Order Line identifier at subscribed service level . This identifier is originated in Order Management module. Default is null.
- Status string
- This param is used to filter subscribed services based on its status
- compartmentId String
- The OCID of the root compartment.
- subscriptionId String
- Line level Subscription Id
- filters
List<GetSubscribed Services Filter> 
- orderLine StringId 
- Order Line identifier at subscribed service level . This identifier is originated in Order Management module. Default is null.
- status String
- This param is used to filter subscribed services based on its status
- compartmentId string
- The OCID of the root compartment.
- subscriptionId string
- Line level Subscription Id
- filters
GetSubscribed Services Filter[] 
- orderLine stringId 
- Order Line identifier at subscribed service level . This identifier is originated in Order Management module. Default is null.
- status string
- This param is used to filter subscribed services based on its status
- compartment_id str
- The OCID of the root compartment.
- subscription_id str
- Line level Subscription Id
- filters
Sequence[GetSubscribed Services Filter] 
- order_line_ strid 
- Order Line identifier at subscribed service level . This identifier is originated in Order Management module. Default is null.
- status str
- This param is used to filter subscribed services based on its status
- compartmentId String
- The OCID of the root compartment.
- subscriptionId String
- Line level Subscription Id
- filters List<Property Map>
- orderLine StringId 
- Order Line identifier at subscribed service level . This identifier is originated in Order Management module. Default is null.
- status String
- This param is used to filter subscribed services based on its status
getSubscribedServices Result
The following output properties are available:
- CompartmentId string
- Id string
- The provider-assigned unique ID for this managed resource.
- SubscribedServices List<GetSubscribed Services Subscribed Service> 
- The list of subscribed_services.
- SubscriptionId string
- Subscription ID associated to the subscribed service
- Filters
List<GetSubscribed Services Filter> 
- OrderLine stringId 
- Sales Order Line Id associated to the subscribed service
- Status string
- Subscribed service status
- CompartmentId string
- Id string
- The provider-assigned unique ID for this managed resource.
- SubscribedServices []GetSubscribed Services Subscribed Service 
- The list of subscribed_services.
- SubscriptionId string
- Subscription ID associated to the subscribed service
- Filters
[]GetSubscribed Services Filter 
- OrderLine stringId 
- Sales Order Line Id associated to the subscribed service
- Status string
- Subscribed service status
- compartmentId String
- id String
- The provider-assigned unique ID for this managed resource.
- subscribedServices List<GetSubscribed Services Subscribed Service> 
- The list of subscribed_services.
- subscriptionId String
- Subscription ID associated to the subscribed service
- filters
List<GetSubscribed Services Filter> 
- orderLine StringId 
- Sales Order Line Id associated to the subscribed service
- status String
- Subscribed service status
- compartmentId string
- id string
- The provider-assigned unique ID for this managed resource.
- subscribedServices GetSubscribed Services Subscribed Service[] 
- The list of subscribed_services.
- subscriptionId string
- Subscription ID associated to the subscribed service
- filters
GetSubscribed Services Filter[] 
- orderLine stringId 
- Sales Order Line Id associated to the subscribed service
- status string
- Subscribed service status
- compartment_id str
- id str
- The provider-assigned unique ID for this managed resource.
- subscribed_services Sequence[GetSubscribed Services Subscribed Service] 
- The list of subscribed_services.
- subscription_id str
- Subscription ID associated to the subscribed service
- filters
Sequence[GetSubscribed Services Filter] 
- order_line_ strid 
- Sales Order Line Id associated to the subscribed service
- status str
- Subscribed service status
- compartmentId String
- id String
- The provider-assigned unique ID for this managed resource.
- subscribedServices List<Property Map>
- The list of subscribed_services.
- subscriptionId String
- Subscription ID associated to the subscribed service
- filters List<Property Map>
- orderLine StringId 
- Sales Order Line Id associated to the subscribed service
- status String
- Subscribed service status
Supporting Types
GetSubscribedServicesFilter   
GetSubscribedServicesSubscribedService    
- AdminEmail string
- Subscribed service admin email id
- AgreementId string
- Subscribed service agreement ID
- AgreementName string
- Subscribed service agrrement name
- AgreementType string
- Subscribed service agrrement type
- AvailableAmount string
- Commitment available amount
- BillTo List<GetAddresses Subscribed Services Subscribed Service Bill To Address> 
- Address.
- BillTo List<GetContacts Subscribed Services Subscribed Service Bill To Contact> 
- User.
- BillTo List<GetCustomers Subscribed Services Subscribed Service Bill To Customer> 
- Business partner.
- BillingFrequency string
- Subscribed service invoice frequency
- BookingOpty stringNumber 
- Booking Opportunity Number of Subscribed Service
- BuyerEmail string
- Subscribed service buyer email id
- CommitmentSchedule stringId 
- Subscribed service commitment schedule Id
- CommitmentServices List<GetSubscribed Services Subscribed Service Commitment Service> 
- List of Commitment services of a line
- CreatedBy string
- User that created the Payment term
- CreditPercentage string
- Subscribed service credit percentage
- Csi string
- Subscribed service CSI number
- CustomerTransaction stringReference 
- Identifier for a customer's transactions for purchase of ay oracle services
- DataCenter string
- Subscribed service data center
- DataCenter stringRegion 
- Subscribed service data center region
- EligibleTo stringRenew 
- Subscribed service eligible to renew field
- EndUser List<GetAddresses Subscribed Services Subscribed Service End User Address> 
- Address.
- EndUser List<GetContacts Subscribed Services Subscribed Service End User Contact> 
- User.
- EndUser List<GetCustomers Subscribed Services Subscribed Service End User Customer> 
- Business partner.
- FulfillmentSet string
- Subscribed service fulfillment set
- FundedAllocation stringValue 
- Funded Allocation line value example: 12000.00
- Id string
- SPM internal Subscribed Service ID
- IsAllowance bool
- Indicates if a service can recieve usages and consequently have available amounts computed
- IsCap boolTo Price List 
- If true compares rate between ratecard and the active pricelist and minimum rate would be fetched
- IsCredit boolEnabled 
- Used in context of service credit lines
- IsHaving boolUsage 
- Indicator on whether or not there has been usage for the subscribed service
- IsIntent boolTo Pay 
- Subscribed service intent to pay flag
- IsPayg bool
- Subscribed service payg flag
- IsSingle boolRate Card 
- Indicates if the Subscribed service has a single ratecard
- IsVariable boolCommitment 
- Indicates if the commitment lines can have different quantities
- LineNet stringAmount 
- Subscribed service line net amount
- MajorSet string
- Subscribed service Major Set
- NetUnit stringPrice 
- Rate card tier net unit price
- OperationType string
- Subscribed service operation type
- OrderHeader stringId 
- Sales Order Header associated to the subscribed service
- OrderLine stringId 
- Order Line identifier at subscribed service level . This identifier is originated in Order Management module. Default is null.
- OrderLine intNumber 
- Sales Order Line Number associated to the subscribed service
- OrderNumber string
- Sales Order Number associated to the subscribed service
- OrderType string
- Order Type of Subscribed Service
- OriginalPromo stringAmount 
- Subscribed service Promotion Amount
- OverageBill stringTo 
- Overage Bill To of Subscribed Service
- OverageDiscount stringPercentage 
- Subscribed service Overage Discount Percentage
- OveragePolicy string
- Overage Policy of Subscribed Service
- PartnerCredit stringAmount 
- Subscribed service partner credit amount
- PartnerTransaction stringType 
- This field contains the name of the partner to which the subscription belongs - depending on which the invoicing may differ
- PaygPolicy string
- Pay As You Go policy of Subscribed Service (Can be null - indicating no payg policy)
- PaymentMethod string
- Payment Method of Subscribed Service
- PaymentNumber string
- Payment Number of Subscribed Service
- PaymentTerms List<GetSubscribed Services Subscribed Service Payment Term> 
- Payment Term details
- PricePeriod string
- Indicates the period for which the commitment amount can be utilised exceeding which the amount lapses. Also used in calculation of total contract line value
- PricingModel string
- Subscribed service pricing model
- Products
List<GetSubscribed Services Subscribed Service Product> 
- Product description
- ProgramType string
- Subscribed service program type
- PromoOrder stringLine Id 
- Not null if this service has an associated promotion line in SPM. Contains the line identifier from Order Management of the associated promo line.
- PromoType string
- Subscribed service promotion type
- PromotionPricing stringType 
- Promotion Pricing Type of Subscribed Service (Can be null - indicating no promotion pricing)
- ProvisioningSource string
- Subscribed service provisioning source
- Quantity string
- Subscribed service quantity
- RateCard stringDiscount Percentage 
- Subscribed service Rate Card Discount Percentage
- RateCards List<GetSubscribed Services Subscribed Service Rate Card> 
- List of Rate Cards of a Subscribed Service
- RatecardType string
- SPM Ratecard Type
- RenewalOpty stringId 
- Subscribed service Opportunity Id
- RenewalOpty stringNumber 
- Renewal Opportunity Number of Subscribed Service
- RenewalOpty stringType 
- Renewal Opportunity Type of Subscribed Service
- RenewedSubscribed stringService Id 
- SPM renewed Subscription ID
- ResellerAddresses List<GetSubscribed Services Subscribed Service Reseller Address> 
- Address.
- ResellerContacts List<GetSubscribed Services Subscribed Service Reseller Contact> 
- User.
- ResellerCustomers List<GetSubscribed Services Subscribed Service Reseller Customer> 
- Business partner.
- RevenueLine stringId 
- Subscribed service Revenue Line Id
- RevenueLine stringNumber 
- Revenue Line NUmber of Subscribed Service
- RevisedArr stringIn Lc 
- Subscribed service Revised ARR
- RevisedArr stringIn Sc 
- Subscribed service Revised ARR in Standard Currency
- SalesAccount stringParty Id 
- Subscribed service sales account party id
- SalesChannel string
- Sales Channel of Subscribed Service
- SerialNumber string
- Subscribed service line number
- ServiceTo List<GetAddresses Subscribed Services Subscribed Service Service To Address> 
- Address.
- ServiceTo List<GetContacts Subscribed Services Subscribed Service Service To Contact> 
- User.
- ServiceTo List<GetCustomers Subscribed Services Subscribed Service Service To Customer> 
- Business partner.
- SoldTo List<GetContacts Subscribed Services Subscribed Service Sold To Contact> 
- User.
- SoldTo List<GetCustomers Subscribed Services Subscribed Service Sold To Customer> 
- Business partner.
- StartDate stringType 
- Subscribed service start date type
- Status string
- This param is used to filter subscribed services based on its status
- SubscriptionId string
- Line level Subscription Id
- SubscriptionSource string
- Subscribed service source
- SystemArr stringIn Lc 
- Subscribed service System ARR
- SystemArr stringIn Sc 
- Subscribed service System ARR in Standard Currency
- SystemAtr stringArr In Lc 
- Subscribed service System ATR-ARR
- SystemAtr stringArr In Sc 
- Subscribed service System ATR-ARR in Standard Currency
- TermValue string
- Term value in Months
- TermValue stringUom 
- Term value UOM
- TimeAgreement stringEnd 
- Subscribed service agrrement end date
- TimeCreated string
- Subscribed service creation date
- TimeCustomer stringConfig 
- Subscribed service customer config date
- TimeEnd string
- Subscribed service end date
- TimeMajorset stringEnd 
- Subscribed service Major Set End date
- TimeMajorset stringStart 
- Subscribed service Major Set Start date
- TimePayment stringExpiry 
- Subscribed service payment expiry date
- TimeProvisioned string
- Subscribed service provisioning date
- TimeService stringConfiguration Email Sent 
- Subscribed service service configuration email sent date
- TimeStart string
- Subscribed service start date
- TimeUpdated string
- Subscribed service last update date
- TimeWelcome stringEmail Sent 
- Subscribed service welcome email sent date
- TotalValue string
- Subscribed service total value
- TransactionExtension stringId 
- Subscribed service Transaction Extension Id
- Type string
- Subscribed Service line type
- UpdatedBy string
- User that updated the subscribed service
- UsedAmount string
- Subscribed service used amount
- AdminEmail string
- Subscribed service admin email id
- AgreementId string
- Subscribed service agreement ID
- AgreementName string
- Subscribed service agrrement name
- AgreementType string
- Subscribed service agrrement type
- AvailableAmount string
- Commitment available amount
- BillTo []GetAddresses Subscribed Services Subscribed Service Bill To Address 
- Address.
- BillTo []GetContacts Subscribed Services Subscribed Service Bill To Contact 
- User.
- BillTo []GetCustomers Subscribed Services Subscribed Service Bill To Customer 
- Business partner.
- BillingFrequency string
- Subscribed service invoice frequency
- BookingOpty stringNumber 
- Booking Opportunity Number of Subscribed Service
- BuyerEmail string
- Subscribed service buyer email id
- CommitmentSchedule stringId 
- Subscribed service commitment schedule Id
- CommitmentServices []GetSubscribed Services Subscribed Service Commitment Service 
- List of Commitment services of a line
- CreatedBy string
- User that created the Payment term
- CreditPercentage string
- Subscribed service credit percentage
- Csi string
- Subscribed service CSI number
- CustomerTransaction stringReference 
- Identifier for a customer's transactions for purchase of ay oracle services
- DataCenter string
- Subscribed service data center
- DataCenter stringRegion 
- Subscribed service data center region
- EligibleTo stringRenew 
- Subscribed service eligible to renew field
- EndUser []GetAddresses Subscribed Services Subscribed Service End User Address 
- Address.
- EndUser []GetContacts Subscribed Services Subscribed Service End User Contact 
- User.
- EndUser []GetCustomers Subscribed Services Subscribed Service End User Customer 
- Business partner.
- FulfillmentSet string
- Subscribed service fulfillment set
- FundedAllocation stringValue 
- Funded Allocation line value example: 12000.00
- Id string
- SPM internal Subscribed Service ID
- IsAllowance bool
- Indicates if a service can recieve usages and consequently have available amounts computed
- IsCap boolTo Price List 
- If true compares rate between ratecard and the active pricelist and minimum rate would be fetched
- IsCredit boolEnabled 
- Used in context of service credit lines
- IsHaving boolUsage 
- Indicator on whether or not there has been usage for the subscribed service
- IsIntent boolTo Pay 
- Subscribed service intent to pay flag
- IsPayg bool
- Subscribed service payg flag
- IsSingle boolRate Card 
- Indicates if the Subscribed service has a single ratecard
- IsVariable boolCommitment 
- Indicates if the commitment lines can have different quantities
- LineNet stringAmount 
- Subscribed service line net amount
- MajorSet string
- Subscribed service Major Set
- NetUnit stringPrice 
- Rate card tier net unit price
- OperationType string
- Subscribed service operation type
- OrderHeader stringId 
- Sales Order Header associated to the subscribed service
- OrderLine stringId 
- Order Line identifier at subscribed service level . This identifier is originated in Order Management module. Default is null.
- OrderLine intNumber 
- Sales Order Line Number associated to the subscribed service
- OrderNumber string
- Sales Order Number associated to the subscribed service
- OrderType string
- Order Type of Subscribed Service
- OriginalPromo stringAmount 
- Subscribed service Promotion Amount
- OverageBill stringTo 
- Overage Bill To of Subscribed Service
- OverageDiscount stringPercentage 
- Subscribed service Overage Discount Percentage
- OveragePolicy string
- Overage Policy of Subscribed Service
- PartnerCredit stringAmount 
- Subscribed service partner credit amount
- PartnerTransaction stringType 
- This field contains the name of the partner to which the subscription belongs - depending on which the invoicing may differ
- PaygPolicy string
- Pay As You Go policy of Subscribed Service (Can be null - indicating no payg policy)
- PaymentMethod string
- Payment Method of Subscribed Service
- PaymentNumber string
- Payment Number of Subscribed Service
- PaymentTerms []GetSubscribed Services Subscribed Service Payment Term 
- Payment Term details
- PricePeriod string
- Indicates the period for which the commitment amount can be utilised exceeding which the amount lapses. Also used in calculation of total contract line value
- PricingModel string
- Subscribed service pricing model
- Products
[]GetSubscribed Services Subscribed Service Product 
- Product description
- ProgramType string
- Subscribed service program type
- PromoOrder stringLine Id 
- Not null if this service has an associated promotion line in SPM. Contains the line identifier from Order Management of the associated promo line.
- PromoType string
- Subscribed service promotion type
- PromotionPricing stringType 
- Promotion Pricing Type of Subscribed Service (Can be null - indicating no promotion pricing)
- ProvisioningSource string
- Subscribed service provisioning source
- Quantity string
- Subscribed service quantity
- RateCard stringDiscount Percentage 
- Subscribed service Rate Card Discount Percentage
- RateCards []GetSubscribed Services Subscribed Service Rate Card 
- List of Rate Cards of a Subscribed Service
- RatecardType string
- SPM Ratecard Type
- RenewalOpty stringId 
- Subscribed service Opportunity Id
- RenewalOpty stringNumber 
- Renewal Opportunity Number of Subscribed Service
- RenewalOpty stringType 
- Renewal Opportunity Type of Subscribed Service
- RenewedSubscribed stringService Id 
- SPM renewed Subscription ID
- ResellerAddresses []GetSubscribed Services Subscribed Service Reseller Address 
- Address.
- ResellerContacts []GetSubscribed Services Subscribed Service Reseller Contact 
- User.
- ResellerCustomers []GetSubscribed Services Subscribed Service Reseller Customer 
- Business partner.
- RevenueLine stringId 
- Subscribed service Revenue Line Id
- RevenueLine stringNumber 
- Revenue Line NUmber of Subscribed Service
- RevisedArr stringIn Lc 
- Subscribed service Revised ARR
- RevisedArr stringIn Sc 
- Subscribed service Revised ARR in Standard Currency
- SalesAccount stringParty Id 
- Subscribed service sales account party id
- SalesChannel string
- Sales Channel of Subscribed Service
- SerialNumber string
- Subscribed service line number
- ServiceTo []GetAddresses Subscribed Services Subscribed Service Service To Address 
- Address.
- ServiceTo []GetContacts Subscribed Services Subscribed Service Service To Contact 
- User.
- ServiceTo []GetCustomers Subscribed Services Subscribed Service Service To Customer 
- Business partner.
- SoldTo []GetContacts Subscribed Services Subscribed Service Sold To Contact 
- User.
- SoldTo []GetCustomers Subscribed Services Subscribed Service Sold To Customer 
- Business partner.
- StartDate stringType 
- Subscribed service start date type
- Status string
- This param is used to filter subscribed services based on its status
- SubscriptionId string
- Line level Subscription Id
- SubscriptionSource string
- Subscribed service source
- SystemArr stringIn Lc 
- Subscribed service System ARR
- SystemArr stringIn Sc 
- Subscribed service System ARR in Standard Currency
- SystemAtr stringArr In Lc 
- Subscribed service System ATR-ARR
- SystemAtr stringArr In Sc 
- Subscribed service System ATR-ARR in Standard Currency
- TermValue string
- Term value in Months
- TermValue stringUom 
- Term value UOM
- TimeAgreement stringEnd 
- Subscribed service agrrement end date
- TimeCreated string
- Subscribed service creation date
- TimeCustomer stringConfig 
- Subscribed service customer config date
- TimeEnd string
- Subscribed service end date
- TimeMajorset stringEnd 
- Subscribed service Major Set End date
- TimeMajorset stringStart 
- Subscribed service Major Set Start date
- TimePayment stringExpiry 
- Subscribed service payment expiry date
- TimeProvisioned string
- Subscribed service provisioning date
- TimeService stringConfiguration Email Sent 
- Subscribed service service configuration email sent date
- TimeStart string
- Subscribed service start date
- TimeUpdated string
- Subscribed service last update date
- TimeWelcome stringEmail Sent 
- Subscribed service welcome email sent date
- TotalValue string
- Subscribed service total value
- TransactionExtension stringId 
- Subscribed service Transaction Extension Id
- Type string
- Subscribed Service line type
- UpdatedBy string
- User that updated the subscribed service
- UsedAmount string
- Subscribed service used amount
- adminEmail String
- Subscribed service admin email id
- agreementId String
- Subscribed service agreement ID
- agreementName String
- Subscribed service agrrement name
- agreementType String
- Subscribed service agrrement type
- availableAmount String
- Commitment available amount
- billTo List<GetAddresses Subscribed Services Subscribed Service Bill To Address> 
- Address.
- billTo List<GetContacts Subscribed Services Subscribed Service Bill To Contact> 
- User.
- billTo List<GetCustomers Subscribed Services Subscribed Service Bill To Customer> 
- Business partner.
- billingFrequency String
- Subscribed service invoice frequency
- bookingOpty StringNumber 
- Booking Opportunity Number of Subscribed Service
- buyerEmail String
- Subscribed service buyer email id
- commitmentSchedule StringId 
- Subscribed service commitment schedule Id
- commitmentServices List<GetSubscribed Services Subscribed Service Commitment Service> 
- List of Commitment services of a line
- createdBy String
- User that created the Payment term
- creditPercentage String
- Subscribed service credit percentage
- csi String
- Subscribed service CSI number
- customerTransaction StringReference 
- Identifier for a customer's transactions for purchase of ay oracle services
- dataCenter String
- Subscribed service data center
- dataCenter StringRegion 
- Subscribed service data center region
- eligibleTo StringRenew 
- Subscribed service eligible to renew field
- endUser List<GetAddresses Subscribed Services Subscribed Service End User Address> 
- Address.
- endUser List<GetContacts Subscribed Services Subscribed Service End User Contact> 
- User.
- endUser List<GetCustomers Subscribed Services Subscribed Service End User Customer> 
- Business partner.
- fulfillmentSet String
- Subscribed service fulfillment set
- fundedAllocation StringValue 
- Funded Allocation line value example: 12000.00
- id String
- SPM internal Subscribed Service ID
- isAllowance Boolean
- Indicates if a service can recieve usages and consequently have available amounts computed
- isCap BooleanTo Price List 
- If true compares rate between ratecard and the active pricelist and minimum rate would be fetched
- isCredit BooleanEnabled 
- Used in context of service credit lines
- isHaving BooleanUsage 
- Indicator on whether or not there has been usage for the subscribed service
- isIntent BooleanTo Pay 
- Subscribed service intent to pay flag
- isPayg Boolean
- Subscribed service payg flag
- isSingle BooleanRate Card 
- Indicates if the Subscribed service has a single ratecard
- isVariable BooleanCommitment 
- Indicates if the commitment lines can have different quantities
- lineNet StringAmount 
- Subscribed service line net amount
- majorSet String
- Subscribed service Major Set
- netUnit StringPrice 
- Rate card tier net unit price
- operationType String
- Subscribed service operation type
- orderHeader StringId 
- Sales Order Header associated to the subscribed service
- orderLine StringId 
- Order Line identifier at subscribed service level . This identifier is originated in Order Management module. Default is null.
- orderLine IntegerNumber 
- Sales Order Line Number associated to the subscribed service
- orderNumber String
- Sales Order Number associated to the subscribed service
- orderType String
- Order Type of Subscribed Service
- originalPromo StringAmount 
- Subscribed service Promotion Amount
- overageBill StringTo 
- Overage Bill To of Subscribed Service
- overageDiscount StringPercentage 
- Subscribed service Overage Discount Percentage
- overagePolicy String
- Overage Policy of Subscribed Service
- partnerCredit StringAmount 
- Subscribed service partner credit amount
- partnerTransaction StringType 
- This field contains the name of the partner to which the subscription belongs - depending on which the invoicing may differ
- paygPolicy String
- Pay As You Go policy of Subscribed Service (Can be null - indicating no payg policy)
- paymentMethod String
- Payment Method of Subscribed Service
- paymentNumber String
- Payment Number of Subscribed Service
- paymentTerms List<GetSubscribed Services Subscribed Service Payment Term> 
- Payment Term details
- pricePeriod String
- Indicates the period for which the commitment amount can be utilised exceeding which the amount lapses. Also used in calculation of total contract line value
- pricingModel String
- Subscribed service pricing model
- products
List<GetSubscribed Services Subscribed Service Product> 
- Product description
- programType String
- Subscribed service program type
- promoOrder StringLine Id 
- Not null if this service has an associated promotion line in SPM. Contains the line identifier from Order Management of the associated promo line.
- promoType String
- Subscribed service promotion type
- promotionPricing StringType 
- Promotion Pricing Type of Subscribed Service (Can be null - indicating no promotion pricing)
- provisioningSource String
- Subscribed service provisioning source
- quantity String
- Subscribed service quantity
- rateCard StringDiscount Percentage 
- Subscribed service Rate Card Discount Percentage
- rateCards List<GetSubscribed Services Subscribed Service Rate Card> 
- List of Rate Cards of a Subscribed Service
- ratecardType String
- SPM Ratecard Type
- renewalOpty StringId 
- Subscribed service Opportunity Id
- renewalOpty StringNumber 
- Renewal Opportunity Number of Subscribed Service
- renewalOpty StringType 
- Renewal Opportunity Type of Subscribed Service
- renewedSubscribed StringService Id 
- SPM renewed Subscription ID
- resellerAddresses List<GetSubscribed Services Subscribed Service Reseller Address> 
- Address.
- resellerContacts List<GetSubscribed Services Subscribed Service Reseller Contact> 
- User.
- resellerCustomers List<GetSubscribed Services Subscribed Service Reseller Customer> 
- Business partner.
- revenueLine StringId 
- Subscribed service Revenue Line Id
- revenueLine StringNumber 
- Revenue Line NUmber of Subscribed Service
- revisedArr StringIn Lc 
- Subscribed service Revised ARR
- revisedArr StringIn Sc 
- Subscribed service Revised ARR in Standard Currency
- salesAccount StringParty Id 
- Subscribed service sales account party id
- salesChannel String
- Sales Channel of Subscribed Service
- serialNumber String
- Subscribed service line number
- serviceTo List<GetAddresses Subscribed Services Subscribed Service Service To Address> 
- Address.
- serviceTo List<GetContacts Subscribed Services Subscribed Service Service To Contact> 
- User.
- serviceTo List<GetCustomers Subscribed Services Subscribed Service Service To Customer> 
- Business partner.
- soldTo List<GetContacts Subscribed Services Subscribed Service Sold To Contact> 
- User.
- soldTo List<GetCustomers Subscribed Services Subscribed Service Sold To Customer> 
- Business partner.
- startDate StringType 
- Subscribed service start date type
- status String
- This param is used to filter subscribed services based on its status
- subscriptionId String
- Line level Subscription Id
- subscriptionSource String
- Subscribed service source
- systemArr StringIn Lc 
- Subscribed service System ARR
- systemArr StringIn Sc 
- Subscribed service System ARR in Standard Currency
- systemAtr StringArr In Lc 
- Subscribed service System ATR-ARR
- systemAtr StringArr In Sc 
- Subscribed service System ATR-ARR in Standard Currency
- termValue String
- Term value in Months
- termValue StringUom 
- Term value UOM
- timeAgreement StringEnd 
- Subscribed service agrrement end date
- timeCreated String
- Subscribed service creation date
- timeCustomer StringConfig 
- Subscribed service customer config date
- timeEnd String
- Subscribed service end date
- timeMajorset StringEnd 
- Subscribed service Major Set End date
- timeMajorset StringStart 
- Subscribed service Major Set Start date
- timePayment StringExpiry 
- Subscribed service payment expiry date
- timeProvisioned String
- Subscribed service provisioning date
- timeService StringConfiguration Email Sent 
- Subscribed service service configuration email sent date
- timeStart String
- Subscribed service start date
- timeUpdated String
- Subscribed service last update date
- timeWelcome StringEmail Sent 
- Subscribed service welcome email sent date
- totalValue String
- Subscribed service total value
- transactionExtension StringId 
- Subscribed service Transaction Extension Id
- type String
- Subscribed Service line type
- updatedBy String
- User that updated the subscribed service
- usedAmount String
- Subscribed service used amount
- adminEmail string
- Subscribed service admin email id
- agreementId string
- Subscribed service agreement ID
- agreementName string
- Subscribed service agrrement name
- agreementType string
- Subscribed service agrrement type
- availableAmount string
- Commitment available amount
- billTo GetAddresses Subscribed Services Subscribed Service Bill To Address[] 
- Address.
- billTo GetContacts Subscribed Services Subscribed Service Bill To Contact[] 
- User.
- billTo GetCustomers Subscribed Services Subscribed Service Bill To Customer[] 
- Business partner.
- billingFrequency string
- Subscribed service invoice frequency
- bookingOpty stringNumber 
- Booking Opportunity Number of Subscribed Service
- buyerEmail string
- Subscribed service buyer email id
- commitmentSchedule stringId 
- Subscribed service commitment schedule Id
- commitmentServices GetSubscribed Services Subscribed Service Commitment Service[] 
- List of Commitment services of a line
- createdBy string
- User that created the Payment term
- creditPercentage string
- Subscribed service credit percentage
- csi string
- Subscribed service CSI number
- customerTransaction stringReference 
- Identifier for a customer's transactions for purchase of ay oracle services
- dataCenter string
- Subscribed service data center
- dataCenter stringRegion 
- Subscribed service data center region
- eligibleTo stringRenew 
- Subscribed service eligible to renew field
- endUser GetAddresses Subscribed Services Subscribed Service End User Address[] 
- Address.
- endUser GetContacts Subscribed Services Subscribed Service End User Contact[] 
- User.
- endUser GetCustomers Subscribed Services Subscribed Service End User Customer[] 
- Business partner.
- fulfillmentSet string
- Subscribed service fulfillment set
- fundedAllocation stringValue 
- Funded Allocation line value example: 12000.00
- id string
- SPM internal Subscribed Service ID
- isAllowance boolean
- Indicates if a service can recieve usages and consequently have available amounts computed
- isCap booleanTo Price List 
- If true compares rate between ratecard and the active pricelist and minimum rate would be fetched
- isCredit booleanEnabled 
- Used in context of service credit lines
- isHaving booleanUsage 
- Indicator on whether or not there has been usage for the subscribed service
- isIntent booleanTo Pay 
- Subscribed service intent to pay flag
- isPayg boolean
- Subscribed service payg flag
- isSingle booleanRate Card 
- Indicates if the Subscribed service has a single ratecard
- isVariable booleanCommitment 
- Indicates if the commitment lines can have different quantities
- lineNet stringAmount 
- Subscribed service line net amount
- majorSet string
- Subscribed service Major Set
- netUnit stringPrice 
- Rate card tier net unit price
- operationType string
- Subscribed service operation type
- orderHeader stringId 
- Sales Order Header associated to the subscribed service
- orderLine stringId 
- Order Line identifier at subscribed service level . This identifier is originated in Order Management module. Default is null.
- orderLine numberNumber 
- Sales Order Line Number associated to the subscribed service
- orderNumber string
- Sales Order Number associated to the subscribed service
- orderType string
- Order Type of Subscribed Service
- originalPromo stringAmount 
- Subscribed service Promotion Amount
- overageBill stringTo 
- Overage Bill To of Subscribed Service
- overageDiscount stringPercentage 
- Subscribed service Overage Discount Percentage
- overagePolicy string
- Overage Policy of Subscribed Service
- partnerCredit stringAmount 
- Subscribed service partner credit amount
- partnerTransaction stringType 
- This field contains the name of the partner to which the subscription belongs - depending on which the invoicing may differ
- paygPolicy string
- Pay As You Go policy of Subscribed Service (Can be null - indicating no payg policy)
- paymentMethod string
- Payment Method of Subscribed Service
- paymentNumber string
- Payment Number of Subscribed Service
- paymentTerms GetSubscribed Services Subscribed Service Payment Term[] 
- Payment Term details
- pricePeriod string
- Indicates the period for which the commitment amount can be utilised exceeding which the amount lapses. Also used in calculation of total contract line value
- pricingModel string
- Subscribed service pricing model
- products
GetSubscribed Services Subscribed Service Product[] 
- Product description
- programType string
- Subscribed service program type
- promoOrder stringLine Id 
- Not null if this service has an associated promotion line in SPM. Contains the line identifier from Order Management of the associated promo line.
- promoType string
- Subscribed service promotion type
- promotionPricing stringType 
- Promotion Pricing Type of Subscribed Service (Can be null - indicating no promotion pricing)
- provisioningSource string
- Subscribed service provisioning source
- quantity string
- Subscribed service quantity
- rateCard stringDiscount Percentage 
- Subscribed service Rate Card Discount Percentage
- rateCards GetSubscribed Services Subscribed Service Rate Card[] 
- List of Rate Cards of a Subscribed Service
- ratecardType string
- SPM Ratecard Type
- renewalOpty stringId 
- Subscribed service Opportunity Id
- renewalOpty stringNumber 
- Renewal Opportunity Number of Subscribed Service
- renewalOpty stringType 
- Renewal Opportunity Type of Subscribed Service
- renewedSubscribed stringService Id 
- SPM renewed Subscription ID
- resellerAddresses GetSubscribed Services Subscribed Service Reseller Address[] 
- Address.
- resellerContacts GetSubscribed Services Subscribed Service Reseller Contact[] 
- User.
- resellerCustomers GetSubscribed Services Subscribed Service Reseller Customer[] 
- Business partner.
- revenueLine stringId 
- Subscribed service Revenue Line Id
- revenueLine stringNumber 
- Revenue Line NUmber of Subscribed Service
- revisedArr stringIn Lc 
- Subscribed service Revised ARR
- revisedArr stringIn Sc 
- Subscribed service Revised ARR in Standard Currency
- salesAccount stringParty Id 
- Subscribed service sales account party id
- salesChannel string
- Sales Channel of Subscribed Service
- serialNumber string
- Subscribed service line number
- serviceTo GetAddresses Subscribed Services Subscribed Service Service To Address[] 
- Address.
- serviceTo GetContacts Subscribed Services Subscribed Service Service To Contact[] 
- User.
- serviceTo GetCustomers Subscribed Services Subscribed Service Service To Customer[] 
- Business partner.
- soldTo GetContacts Subscribed Services Subscribed Service Sold To Contact[] 
- User.
- soldTo GetCustomers Subscribed Services Subscribed Service Sold To Customer[] 
- Business partner.
- startDate stringType 
- Subscribed service start date type
- status string
- This param is used to filter subscribed services based on its status
- subscriptionId string
- Line level Subscription Id
- subscriptionSource string
- Subscribed service source
- systemArr stringIn Lc 
- Subscribed service System ARR
- systemArr stringIn Sc 
- Subscribed service System ARR in Standard Currency
- systemAtr stringArr In Lc 
- Subscribed service System ATR-ARR
- systemAtr stringArr In Sc 
- Subscribed service System ATR-ARR in Standard Currency
- termValue string
- Term value in Months
- termValue stringUom 
- Term value UOM
- timeAgreement stringEnd 
- Subscribed service agrrement end date
- timeCreated string
- Subscribed service creation date
- timeCustomer stringConfig 
- Subscribed service customer config date
- timeEnd string
- Subscribed service end date
- timeMajorset stringEnd 
- Subscribed service Major Set End date
- timeMajorset stringStart 
- Subscribed service Major Set Start date
- timePayment stringExpiry 
- Subscribed service payment expiry date
- timeProvisioned string
- Subscribed service provisioning date
- timeService stringConfiguration Email Sent 
- Subscribed service service configuration email sent date
- timeStart string
- Subscribed service start date
- timeUpdated string
- Subscribed service last update date
- timeWelcome stringEmail Sent 
- Subscribed service welcome email sent date
- totalValue string
- Subscribed service total value
- transactionExtension stringId 
- Subscribed service Transaction Extension Id
- type string
- Subscribed Service line type
- updatedBy string
- User that updated the subscribed service
- usedAmount string
- Subscribed service used amount
- admin_email str
- Subscribed service admin email id
- agreement_id str
- Subscribed service agreement ID
- agreement_name str
- Subscribed service agrrement name
- agreement_type str
- Subscribed service agrrement type
- available_amount str
- Commitment available amount
- bill_to_ Sequence[Getaddresses Subscribed Services Subscribed Service Bill To Address] 
- Address.
- bill_to_ Sequence[Getcontacts Subscribed Services Subscribed Service Bill To Contact] 
- User.
- bill_to_ Sequence[Getcustomers Subscribed Services Subscribed Service Bill To Customer] 
- Business partner.
- billing_frequency str
- Subscribed service invoice frequency
- booking_opty_ strnumber 
- Booking Opportunity Number of Subscribed Service
- buyer_email str
- Subscribed service buyer email id
- commitment_schedule_ strid 
- Subscribed service commitment schedule Id
- commitment_services Sequence[GetSubscribed Services Subscribed Service Commitment Service] 
- List of Commitment services of a line
- created_by str
- User that created the Payment term
- credit_percentage str
- Subscribed service credit percentage
- csi str
- Subscribed service CSI number
- customer_transaction_ strreference 
- Identifier for a customer's transactions for purchase of ay oracle services
- data_center str
- Subscribed service data center
- data_center_ strregion 
- Subscribed service data center region
- eligible_to_ strrenew 
- Subscribed service eligible to renew field
- end_user_ Sequence[Getaddresses Subscribed Services Subscribed Service End User Address] 
- Address.
- end_user_ Sequence[Getcontacts Subscribed Services Subscribed Service End User Contact] 
- User.
- end_user_ Sequence[Getcustomers Subscribed Services Subscribed Service End User Customer] 
- Business partner.
- fulfillment_set str
- Subscribed service fulfillment set
- funded_allocation_ strvalue 
- Funded Allocation line value example: 12000.00
- id str
- SPM internal Subscribed Service ID
- is_allowance bool
- Indicates if a service can recieve usages and consequently have available amounts computed
- is_cap_ boolto_ price_ list 
- If true compares rate between ratecard and the active pricelist and minimum rate would be fetched
- is_credit_ boolenabled 
- Used in context of service credit lines
- is_having_ boolusage 
- Indicator on whether or not there has been usage for the subscribed service
- is_intent_ boolto_ pay 
- Subscribed service intent to pay flag
- is_payg bool
- Subscribed service payg flag
- is_single_ boolrate_ card 
- Indicates if the Subscribed service has a single ratecard
- is_variable_ boolcommitment 
- Indicates if the commitment lines can have different quantities
- line_net_ stramount 
- Subscribed service line net amount
- major_set str
- Subscribed service Major Set
- net_unit_ strprice 
- Rate card tier net unit price
- operation_type str
- Subscribed service operation type
- order_header_ strid 
- Sales Order Header associated to the subscribed service
- order_line_ strid 
- Order Line identifier at subscribed service level . This identifier is originated in Order Management module. Default is null.
- order_line_ intnumber 
- Sales Order Line Number associated to the subscribed service
- order_number str
- Sales Order Number associated to the subscribed service
- order_type str
- Order Type of Subscribed Service
- original_promo_ stramount 
- Subscribed service Promotion Amount
- overage_bill_ strto 
- Overage Bill To of Subscribed Service
- overage_discount_ strpercentage 
- Subscribed service Overage Discount Percentage
- overage_policy str
- Overage Policy of Subscribed Service
- partner_credit_ stramount 
- Subscribed service partner credit amount
- partner_transaction_ strtype 
- This field contains the name of the partner to which the subscription belongs - depending on which the invoicing may differ
- payg_policy str
- Pay As You Go policy of Subscribed Service (Can be null - indicating no payg policy)
- payment_method str
- Payment Method of Subscribed Service
- payment_number str
- Payment Number of Subscribed Service
- payment_terms Sequence[GetSubscribed Services Subscribed Service Payment Term] 
- Payment Term details
- price_period str
- Indicates the period for which the commitment amount can be utilised exceeding which the amount lapses. Also used in calculation of total contract line value
- pricing_model str
- Subscribed service pricing model
- products
Sequence[GetSubscribed Services Subscribed Service Product] 
- Product description
- program_type str
- Subscribed service program type
- promo_order_ strline_ id 
- Not null if this service has an associated promotion line in SPM. Contains the line identifier from Order Management of the associated promo line.
- promo_type str
- Subscribed service promotion type
- promotion_pricing_ strtype 
- Promotion Pricing Type of Subscribed Service (Can be null - indicating no promotion pricing)
- provisioning_source str
- Subscribed service provisioning source
- quantity str
- Subscribed service quantity
- rate_card_ strdiscount_ percentage 
- Subscribed service Rate Card Discount Percentage
- rate_cards Sequence[GetSubscribed Services Subscribed Service Rate Card] 
- List of Rate Cards of a Subscribed Service
- ratecard_type str
- SPM Ratecard Type
- renewal_opty_ strid 
- Subscribed service Opportunity Id
- renewal_opty_ strnumber 
- Renewal Opportunity Number of Subscribed Service
- renewal_opty_ strtype 
- Renewal Opportunity Type of Subscribed Service
- renewed_subscribed_ strservice_ id 
- SPM renewed Subscription ID
- reseller_addresses Sequence[GetSubscribed Services Subscribed Service Reseller Address] 
- Address.
- reseller_contacts Sequence[GetSubscribed Services Subscribed Service Reseller Contact] 
- User.
- reseller_customers Sequence[GetSubscribed Services Subscribed Service Reseller Customer] 
- Business partner.
- revenue_line_ strid 
- Subscribed service Revenue Line Id
- revenue_line_ strnumber 
- Revenue Line NUmber of Subscribed Service
- revised_arr_ strin_ lc 
- Subscribed service Revised ARR
- revised_arr_ strin_ sc 
- Subscribed service Revised ARR in Standard Currency
- sales_account_ strparty_ id 
- Subscribed service sales account party id
- sales_channel str
- Sales Channel of Subscribed Service
- serial_number str
- Subscribed service line number
- service_to_ Sequence[Getaddresses Subscribed Services Subscribed Service Service To Address] 
- Address.
- service_to_ Sequence[Getcontacts Subscribed Services Subscribed Service Service To Contact] 
- User.
- service_to_ Sequence[Getcustomers Subscribed Services Subscribed Service Service To Customer] 
- Business partner.
- sold_to_ Sequence[Getcontacts Subscribed Services Subscribed Service Sold To Contact] 
- User.
- sold_to_ Sequence[Getcustomers Subscribed Services Subscribed Service Sold To Customer] 
- Business partner.
- start_date_ strtype 
- Subscribed service start date type
- status str
- This param is used to filter subscribed services based on its status
- subscription_id str
- Line level Subscription Id
- subscription_source str
- Subscribed service source
- system_arr_ strin_ lc 
- Subscribed service System ARR
- system_arr_ strin_ sc 
- Subscribed service System ARR in Standard Currency
- system_atr_ strarr_ in_ lc 
- Subscribed service System ATR-ARR
- system_atr_ strarr_ in_ sc 
- Subscribed service System ATR-ARR in Standard Currency
- term_value str
- Term value in Months
- term_value_ struom 
- Term value UOM
- time_agreement_ strend 
- Subscribed service agrrement end date
- time_created str
- Subscribed service creation date
- time_customer_ strconfig 
- Subscribed service customer config date
- time_end str
- Subscribed service end date
- time_majorset_ strend 
- Subscribed service Major Set End date
- time_majorset_ strstart 
- Subscribed service Major Set Start date
- time_payment_ strexpiry 
- Subscribed service payment expiry date
- time_provisioned str
- Subscribed service provisioning date
- time_service_ strconfiguration_ email_ sent 
- Subscribed service service configuration email sent date
- time_start str
- Subscribed service start date
- time_updated str
- Subscribed service last update date
- time_welcome_ stremail_ sent 
- Subscribed service welcome email sent date
- total_value str
- Subscribed service total value
- transaction_extension_ strid 
- Subscribed service Transaction Extension Id
- type str
- Subscribed Service line type
- updated_by str
- User that updated the subscribed service
- used_amount str
- Subscribed service used amount
- adminEmail String
- Subscribed service admin email id
- agreementId String
- Subscribed service agreement ID
- agreementName String
- Subscribed service agrrement name
- agreementType String
- Subscribed service agrrement type
- availableAmount String
- Commitment available amount
- billTo List<Property Map>Addresses 
- Address.
- billTo List<Property Map>Contacts 
- User.
- billTo List<Property Map>Customers 
- Business partner.
- billingFrequency String
- Subscribed service invoice frequency
- bookingOpty StringNumber 
- Booking Opportunity Number of Subscribed Service
- buyerEmail String
- Subscribed service buyer email id
- commitmentSchedule StringId 
- Subscribed service commitment schedule Id
- commitmentServices List<Property Map>
- List of Commitment services of a line
- createdBy String
- User that created the Payment term
- creditPercentage String
- Subscribed service credit percentage
- csi String
- Subscribed service CSI number
- customerTransaction StringReference 
- Identifier for a customer's transactions for purchase of ay oracle services
- dataCenter String
- Subscribed service data center
- dataCenter StringRegion 
- Subscribed service data center region
- eligibleTo StringRenew 
- Subscribed service eligible to renew field
- endUser List<Property Map>Addresses 
- Address.
- endUser List<Property Map>Contacts 
- User.
- endUser List<Property Map>Customers 
- Business partner.
- fulfillmentSet String
- Subscribed service fulfillment set
- fundedAllocation StringValue 
- Funded Allocation line value example: 12000.00
- id String
- SPM internal Subscribed Service ID
- isAllowance Boolean
- Indicates if a service can recieve usages and consequently have available amounts computed
- isCap BooleanTo Price List 
- If true compares rate between ratecard and the active pricelist and minimum rate would be fetched
- isCredit BooleanEnabled 
- Used in context of service credit lines
- isHaving BooleanUsage 
- Indicator on whether or not there has been usage for the subscribed service
- isIntent BooleanTo Pay 
- Subscribed service intent to pay flag
- isPayg Boolean
- Subscribed service payg flag
- isSingle BooleanRate Card 
- Indicates if the Subscribed service has a single ratecard
- isVariable BooleanCommitment 
- Indicates if the commitment lines can have different quantities
- lineNet StringAmount 
- Subscribed service line net amount
- majorSet String
- Subscribed service Major Set
- netUnit StringPrice 
- Rate card tier net unit price
- operationType String
- Subscribed service operation type
- orderHeader StringId 
- Sales Order Header associated to the subscribed service
- orderLine StringId 
- Order Line identifier at subscribed service level . This identifier is originated in Order Management module. Default is null.
- orderLine NumberNumber 
- Sales Order Line Number associated to the subscribed service
- orderNumber String
- Sales Order Number associated to the subscribed service
- orderType String
- Order Type of Subscribed Service
- originalPromo StringAmount 
- Subscribed service Promotion Amount
- overageBill StringTo 
- Overage Bill To of Subscribed Service
- overageDiscount StringPercentage 
- Subscribed service Overage Discount Percentage
- overagePolicy String
- Overage Policy of Subscribed Service
- partnerCredit StringAmount 
- Subscribed service partner credit amount
- partnerTransaction StringType 
- This field contains the name of the partner to which the subscription belongs - depending on which the invoicing may differ
- paygPolicy String
- Pay As You Go policy of Subscribed Service (Can be null - indicating no payg policy)
- paymentMethod String
- Payment Method of Subscribed Service
- paymentNumber String
- Payment Number of Subscribed Service
- paymentTerms List<Property Map>
- Payment Term details
- pricePeriod String
- Indicates the period for which the commitment amount can be utilised exceeding which the amount lapses. Also used in calculation of total contract line value
- pricingModel String
- Subscribed service pricing model
- products List<Property Map>
- Product description
- programType String
- Subscribed service program type
- promoOrder StringLine Id 
- Not null if this service has an associated promotion line in SPM. Contains the line identifier from Order Management of the associated promo line.
- promoType String
- Subscribed service promotion type
- promotionPricing StringType 
- Promotion Pricing Type of Subscribed Service (Can be null - indicating no promotion pricing)
- provisioningSource String
- Subscribed service provisioning source
- quantity String
- Subscribed service quantity
- rateCard StringDiscount Percentage 
- Subscribed service Rate Card Discount Percentage
- rateCards List<Property Map>
- List of Rate Cards of a Subscribed Service
- ratecardType String
- SPM Ratecard Type
- renewalOpty StringId 
- Subscribed service Opportunity Id
- renewalOpty StringNumber 
- Renewal Opportunity Number of Subscribed Service
- renewalOpty StringType 
- Renewal Opportunity Type of Subscribed Service
- renewedSubscribed StringService Id 
- SPM renewed Subscription ID
- resellerAddresses List<Property Map>
- Address.
- resellerContacts List<Property Map>
- User.
- resellerCustomers List<Property Map>
- Business partner.
- revenueLine StringId 
- Subscribed service Revenue Line Id
- revenueLine StringNumber 
- Revenue Line NUmber of Subscribed Service
- revisedArr StringIn Lc 
- Subscribed service Revised ARR
- revisedArr StringIn Sc 
- Subscribed service Revised ARR in Standard Currency
- salesAccount StringParty Id 
- Subscribed service sales account party id
- salesChannel String
- Sales Channel of Subscribed Service
- serialNumber String
- Subscribed service line number
- serviceTo List<Property Map>Addresses 
- Address.
- serviceTo List<Property Map>Contacts 
- User.
- serviceTo List<Property Map>Customers 
- Business partner.
- soldTo List<Property Map>Contacts 
- User.
- soldTo List<Property Map>Customers 
- Business partner.
- startDate StringType 
- Subscribed service start date type
- status String
- This param is used to filter subscribed services based on its status
- subscriptionId String
- Line level Subscription Id
- subscriptionSource String
- Subscribed service source
- systemArr StringIn Lc 
- Subscribed service System ARR
- systemArr StringIn Sc 
- Subscribed service System ARR in Standard Currency
- systemAtr StringArr In Lc 
- Subscribed service System ATR-ARR
- systemAtr StringArr In Sc 
- Subscribed service System ATR-ARR in Standard Currency
- termValue String
- Term value in Months
- termValue StringUom 
- Term value UOM
- timeAgreement StringEnd 
- Subscribed service agrrement end date
- timeCreated String
- Subscribed service creation date
- timeCustomer StringConfig 
- Subscribed service customer config date
- timeEnd String
- Subscribed service end date
- timeMajorset StringEnd 
- Subscribed service Major Set End date
- timeMajorset StringStart 
- Subscribed service Major Set Start date
- timePayment StringExpiry 
- Subscribed service payment expiry date
- timeProvisioned String
- Subscribed service provisioning date
- timeService StringConfiguration Email Sent 
- Subscribed service service configuration email sent date
- timeStart String
- Subscribed service start date
- timeUpdated String
- Subscribed service last update date
- timeWelcome StringEmail Sent 
- Subscribed service welcome email sent date
- totalValue String
- Subscribed service total value
- transactionExtension StringId 
- Subscribed service Transaction Extension Id
- type String
- Subscribed Service line type
- updatedBy String
- User that updated the subscribed service
- usedAmount String
- Subscribed service used amount
GetSubscribedServicesSubscribedServiceBillToAddress       
- BillSite stringUse Id 
- Bill to site use Id.
- IsBill boolTo 
- Identify as the customer shipping address.
- IsShip boolTo 
- Identify as the customer invoicing address.
- Locations
List<GetSubscribed Services Subscribed Service Bill To Address Location> 
- Address location.
- Name string
- Commercial name also called customer name.
- Phone string
- Phone.
- Service2siteUse stringId 
- Service to site use Id.
- TcaCust stringAcct Site Id 
- TCA customer account site Id.
- TcaParty stringSite Number 
- Party site number.
- BillSite stringUse Id 
- Bill to site use Id.
- IsBill boolTo 
- Identify as the customer shipping address.
- IsShip boolTo 
- Identify as the customer invoicing address.
- Locations
[]GetSubscribed Services Subscribed Service Bill To Address Location 
- Address location.
- Name string
- Commercial name also called customer name.
- Phone string
- Phone.
- Service2siteUse stringId 
- Service to site use Id.
- TcaCust stringAcct Site Id 
- TCA customer account site Id.
- TcaParty stringSite Number 
- Party site number.
- billSite StringUse Id 
- Bill to site use Id.
- isBill BooleanTo 
- Identify as the customer shipping address.
- isShip BooleanTo 
- Identify as the customer invoicing address.
- locations
List<GetSubscribed Services Subscribed Service Bill To Address Location> 
- Address location.
- name String
- Commercial name also called customer name.
- phone String
- Phone.
- service2siteUse StringId 
- Service to site use Id.
- tcaCust StringAcct Site Id 
- TCA customer account site Id.
- tcaParty StringSite Number 
- Party site number.
- billSite stringUse Id 
- Bill to site use Id.
- isBill booleanTo 
- Identify as the customer shipping address.
- isShip booleanTo 
- Identify as the customer invoicing address.
- locations
GetSubscribed Services Subscribed Service Bill To Address Location[] 
- Address location.
- name string
- Commercial name also called customer name.
- phone string
- Phone.
- service2siteUse stringId 
- Service to site use Id.
- tcaCust stringAcct Site Id 
- TCA customer account site Id.
- tcaParty stringSite Number 
- Party site number.
- bill_site_ struse_ id 
- Bill to site use Id.
- is_bill_ boolto 
- Identify as the customer shipping address.
- is_ship_ boolto 
- Identify as the customer invoicing address.
- locations
Sequence[GetSubscribed Services Subscribed Service Bill To Address Location] 
- Address location.
- name str
- Commercial name also called customer name.
- phone str
- Phone.
- service2site_use_ strid 
- Service to site use Id.
- tca_cust_ stracct_ site_ id 
- TCA customer account site Id.
- tca_party_ strsite_ number 
- Party site number.
- billSite StringUse Id 
- Bill to site use Id.
- isBill BooleanTo 
- Identify as the customer shipping address.
- isShip BooleanTo 
- Identify as the customer invoicing address.
- locations List<Property Map>
- Address location.
- name String
- Commercial name also called customer name.
- phone String
- Phone.
- service2siteUse StringId 
- Service to site use Id.
- tcaCust StringAcct Site Id 
- TCA customer account site Id.
- tcaParty StringSite Number 
- Party site number.
GetSubscribedServicesSubscribedServiceBillToAddressLocation        
- Address1 string
- Address first line.
- Address2 string
- Address second line.
- City string
- City.
- Country string
- Country.
- PostalCode string
- Postal code.
- Region string
- Region.
- TcaLocation stringId 
- Region.
- Address1 string
- Address first line.
- Address2 string
- Address second line.
- City string
- City.
- Country string
- Country.
- PostalCode string
- Postal code.
- Region string
- Region.
- TcaLocation stringId 
- Region.
- address1 String
- Address first line.
- address2 String
- Address second line.
- city String
- City.
- country String
- Country.
- postalCode String
- Postal code.
- region String
- Region.
- tcaLocation StringId 
- Region.
- address1 string
- Address first line.
- address2 string
- Address second line.
- city string
- City.
- country string
- Country.
- postalCode string
- Postal code.
- region string
- Region.
- tcaLocation stringId 
- Region.
- address1 str
- Address first line.
- address2 str
- Address second line.
- city str
- City.
- country str
- Country.
- postal_code str
- Postal code.
- region str
- Region.
- tca_location_ strid 
- Region.
- address1 String
- Address first line.
- address2 String
- Address second line.
- city String
- City.
- country String
- Country.
- postalCode String
- Postal code.
- region String
- Region.
- tcaLocation StringId 
- Region.
GetSubscribedServicesSubscribedServiceBillToContact       
- Email string
- Email.
- FirstName string
- First name.
- LastName string
- Last name.
- Name string
- Commercial name also called customer name.
- TcaContact stringId 
- TCA contact ID.
- TcaCust stringAccnt Site Id 
- TCA customer account site ID.
- TcaParty stringId 
- TCA party ID.
- Username string
- Username.
- Email string
- Email.
- FirstName string
- First name.
- LastName string
- Last name.
- Name string
- Commercial name also called customer name.
- TcaContact stringId 
- TCA contact ID.
- TcaCust stringAccnt Site Id 
- TCA customer account site ID.
- TcaParty stringId 
- TCA party ID.
- Username string
- Username.
- email String
- Email.
- firstName String
- First name.
- lastName String
- Last name.
- name String
- Commercial name also called customer name.
- tcaContact StringId 
- TCA contact ID.
- tcaCust StringAccnt Site Id 
- TCA customer account site ID.
- tcaParty StringId 
- TCA party ID.
- username String
- Username.
- email string
- Email.
- firstName string
- First name.
- lastName string
- Last name.
- name string
- Commercial name also called customer name.
- tcaContact stringId 
- TCA contact ID.
- tcaCust stringAccnt Site Id 
- TCA customer account site ID.
- tcaParty stringId 
- TCA party ID.
- username string
- Username.
- email str
- Email.
- first_name str
- First name.
- last_name str
- Last name.
- name str
- Commercial name also called customer name.
- tca_contact_ strid 
- TCA contact ID.
- tca_cust_ straccnt_ site_ id 
- TCA customer account site ID.
- tca_party_ strid 
- TCA party ID.
- username str
- Username.
- email String
- Email.
- firstName String
- First name.
- lastName String
- Last name.
- name String
- Commercial name also called customer name.
- tcaContact StringId 
- TCA contact ID.
- tcaCust StringAccnt Site Id 
- TCA customer account site ID.
- tcaParty StringId 
- TCA party ID.
- username String
- Username.
GetSubscribedServicesSubscribedServiceBillToCustomer       
- CustomerChain stringType 
- Customer chain type.
- IsChain boolCustomer 
- The business partner is chain customer or not.
- IsPublic boolSector 
- The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- NamePhonetic string
- Phonetic name.
- TcaCust stringAccount Number 
- TCA customer account number.
- TcaCustomer stringAccount Id 
- TCA customer account ID.
- TcaParty stringId 
- TCA party ID.
- TcaParty stringNumber 
- TCA party number.
- CustomerChain stringType 
- Customer chain type.
- IsChain boolCustomer 
- The business partner is chain customer or not.
- IsPublic boolSector 
- The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- NamePhonetic string
- Phonetic name.
- TcaCust stringAccount Number 
- TCA customer account number.
- TcaCustomer stringAccount Id 
- TCA customer account ID.
- TcaParty stringId 
- TCA party ID.
- TcaParty stringNumber 
- TCA party number.
- customerChain StringType 
- Customer chain type.
- isChain BooleanCustomer 
- The business partner is chain customer or not.
- isPublic BooleanSector 
- The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- namePhonetic String
- Phonetic name.
- tcaCust StringAccount Number 
- TCA customer account number.
- tcaCustomer StringAccount Id 
- TCA customer account ID.
- tcaParty StringId 
- TCA party ID.
- tcaParty StringNumber 
- TCA party number.
- customerChain stringType 
- Customer chain type.
- isChain booleanCustomer 
- The business partner is chain customer or not.
- isPublic booleanSector 
- The business partner is part of the public sector or not.
- name string
- Commercial name also called customer name.
- namePhonetic string
- Phonetic name.
- tcaCust stringAccount Number 
- TCA customer account number.
- tcaCustomer stringAccount Id 
- TCA customer account ID.
- tcaParty stringId 
- TCA party ID.
- tcaParty stringNumber 
- TCA party number.
- customer_chain_ strtype 
- Customer chain type.
- is_chain_ boolcustomer 
- The business partner is chain customer or not.
- is_public_ boolsector 
- The business partner is part of the public sector or not.
- name str
- Commercial name also called customer name.
- name_phonetic str
- Phonetic name.
- tca_cust_ straccount_ number 
- TCA customer account number.
- tca_customer_ straccount_ id 
- TCA customer account ID.
- tca_party_ strid 
- TCA party ID.
- tca_party_ strnumber 
- TCA party number.
- customerChain StringType 
- Customer chain type.
- isChain BooleanCustomer 
- The business partner is chain customer or not.
- isPublic BooleanSector 
- The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- namePhonetic String
- Phonetic name.
- tcaCust StringAccount Number 
- TCA customer account number.
- tcaCustomer StringAccount Id 
- TCA customer account ID.
- tcaParty StringId 
- TCA party ID.
- tcaParty StringNumber 
- TCA party number.
GetSubscribedServicesSubscribedServiceCommitmentService      
- AvailableAmount string
- Commitment available amount
- FundedAllocation stringValue 
- Funded Allocation line value example: 12000.00
- LineNet stringAmount 
- Subscribed service line net amount
- Quantity string
- Subscribed service quantity
- TimeEnd string
- Subscribed service end date
- TimeStart string
- Subscribed service start date
- AvailableAmount string
- Commitment available amount
- FundedAllocation stringValue 
- Funded Allocation line value example: 12000.00
- LineNet stringAmount 
- Subscribed service line net amount
- Quantity string
- Subscribed service quantity
- TimeEnd string
- Subscribed service end date
- TimeStart string
- Subscribed service start date
- availableAmount String
- Commitment available amount
- fundedAllocation StringValue 
- Funded Allocation line value example: 12000.00
- lineNet StringAmount 
- Subscribed service line net amount
- quantity String
- Subscribed service quantity
- timeEnd String
- Subscribed service end date
- timeStart String
- Subscribed service start date
- availableAmount string
- Commitment available amount
- fundedAllocation stringValue 
- Funded Allocation line value example: 12000.00
- lineNet stringAmount 
- Subscribed service line net amount
- quantity string
- Subscribed service quantity
- timeEnd string
- Subscribed service end date
- timeStart string
- Subscribed service start date
- available_amount str
- Commitment available amount
- funded_allocation_ strvalue 
- Funded Allocation line value example: 12000.00
- line_net_ stramount 
- Subscribed service line net amount
- quantity str
- Subscribed service quantity
- time_end str
- Subscribed service end date
- time_start str
- Subscribed service start date
- availableAmount String
- Commitment available amount
- fundedAllocation StringValue 
- Funded Allocation line value example: 12000.00
- lineNet StringAmount 
- Subscribed service line net amount
- quantity String
- Subscribed service quantity
- timeEnd String
- Subscribed service end date
- timeStart String
- Subscribed service start date
GetSubscribedServicesSubscribedServiceEndUserAddress       
- BillSite stringUse Id 
- Bill to site use Id.
- IsBill boolTo 
- Identify as the customer shipping address.
- IsShip boolTo 
- Identify as the customer invoicing address.
- Locations
List<GetSubscribed Services Subscribed Service End User Address Location> 
- Address location.
- Name string
- Commercial name also called customer name.
- Phone string
- Phone.
- Service2siteUse stringId 
- Service to site use Id.
- TcaCust stringAcct Site Id 
- TCA customer account site Id.
- TcaParty stringSite Number 
- Party site number.
- BillSite stringUse Id 
- Bill to site use Id.
- IsBill boolTo 
- Identify as the customer shipping address.
- IsShip boolTo 
- Identify as the customer invoicing address.
- Locations
[]GetSubscribed Services Subscribed Service End User Address Location 
- Address location.
- Name string
- Commercial name also called customer name.
- Phone string
- Phone.
- Service2siteUse stringId 
- Service to site use Id.
- TcaCust stringAcct Site Id 
- TCA customer account site Id.
- TcaParty stringSite Number 
- Party site number.
- billSite StringUse Id 
- Bill to site use Id.
- isBill BooleanTo 
- Identify as the customer shipping address.
- isShip BooleanTo 
- Identify as the customer invoicing address.
- locations
List<GetSubscribed Services Subscribed Service End User Address Location> 
- Address location.
- name String
- Commercial name also called customer name.
- phone String
- Phone.
- service2siteUse StringId 
- Service to site use Id.
- tcaCust StringAcct Site Id 
- TCA customer account site Id.
- tcaParty StringSite Number 
- Party site number.
- billSite stringUse Id 
- Bill to site use Id.
- isBill booleanTo 
- Identify as the customer shipping address.
- isShip booleanTo 
- Identify as the customer invoicing address.
- locations
GetSubscribed Services Subscribed Service End User Address Location[] 
- Address location.
- name string
- Commercial name also called customer name.
- phone string
- Phone.
- service2siteUse stringId 
- Service to site use Id.
- tcaCust stringAcct Site Id 
- TCA customer account site Id.
- tcaParty stringSite Number 
- Party site number.
- bill_site_ struse_ id 
- Bill to site use Id.
- is_bill_ boolto 
- Identify as the customer shipping address.
- is_ship_ boolto 
- Identify as the customer invoicing address.
- locations
Sequence[GetSubscribed Services Subscribed Service End User Address Location] 
- Address location.
- name str
- Commercial name also called customer name.
- phone str
- Phone.
- service2site_use_ strid 
- Service to site use Id.
- tca_cust_ stracct_ site_ id 
- TCA customer account site Id.
- tca_party_ strsite_ number 
- Party site number.
- billSite StringUse Id 
- Bill to site use Id.
- isBill BooleanTo 
- Identify as the customer shipping address.
- isShip BooleanTo 
- Identify as the customer invoicing address.
- locations List<Property Map>
- Address location.
- name String
- Commercial name also called customer name.
- phone String
- Phone.
- service2siteUse StringId 
- Service to site use Id.
- tcaCust StringAcct Site Id 
- TCA customer account site Id.
- tcaParty StringSite Number 
- Party site number.
GetSubscribedServicesSubscribedServiceEndUserAddressLocation        
- Address1 string
- Address first line.
- Address2 string
- Address second line.
- City string
- City.
- Country string
- Country.
- PostalCode string
- Postal code.
- Region string
- Region.
- TcaLocation stringId 
- Region.
- Address1 string
- Address first line.
- Address2 string
- Address second line.
- City string
- City.
- Country string
- Country.
- PostalCode string
- Postal code.
- Region string
- Region.
- TcaLocation stringId 
- Region.
- address1 String
- Address first line.
- address2 String
- Address second line.
- city String
- City.
- country String
- Country.
- postalCode String
- Postal code.
- region String
- Region.
- tcaLocation StringId 
- Region.
- address1 string
- Address first line.
- address2 string
- Address second line.
- city string
- City.
- country string
- Country.
- postalCode string
- Postal code.
- region string
- Region.
- tcaLocation stringId 
- Region.
- address1 str
- Address first line.
- address2 str
- Address second line.
- city str
- City.
- country str
- Country.
- postal_code str
- Postal code.
- region str
- Region.
- tca_location_ strid 
- Region.
- address1 String
- Address first line.
- address2 String
- Address second line.
- city String
- City.
- country String
- Country.
- postalCode String
- Postal code.
- region String
- Region.
- tcaLocation StringId 
- Region.
GetSubscribedServicesSubscribedServiceEndUserContact       
- Email string
- Email.
- FirstName string
- First name.
- LastName string
- Last name.
- Name string
- Commercial name also called customer name.
- TcaContact stringId 
- TCA contact ID.
- TcaCust stringAccnt Site Id 
- TCA customer account site ID.
- TcaParty stringId 
- TCA party ID.
- Username string
- Username.
- Email string
- Email.
- FirstName string
- First name.
- LastName string
- Last name.
- Name string
- Commercial name also called customer name.
- TcaContact stringId 
- TCA contact ID.
- TcaCust stringAccnt Site Id 
- TCA customer account site ID.
- TcaParty stringId 
- TCA party ID.
- Username string
- Username.
- email String
- Email.
- firstName String
- First name.
- lastName String
- Last name.
- name String
- Commercial name also called customer name.
- tcaContact StringId 
- TCA contact ID.
- tcaCust StringAccnt Site Id 
- TCA customer account site ID.
- tcaParty StringId 
- TCA party ID.
- username String
- Username.
- email string
- Email.
- firstName string
- First name.
- lastName string
- Last name.
- name string
- Commercial name also called customer name.
- tcaContact stringId 
- TCA contact ID.
- tcaCust stringAccnt Site Id 
- TCA customer account site ID.
- tcaParty stringId 
- TCA party ID.
- username string
- Username.
- email str
- Email.
- first_name str
- First name.
- last_name str
- Last name.
- name str
- Commercial name also called customer name.
- tca_contact_ strid 
- TCA contact ID.
- tca_cust_ straccnt_ site_ id 
- TCA customer account site ID.
- tca_party_ strid 
- TCA party ID.
- username str
- Username.
- email String
- Email.
- firstName String
- First name.
- lastName String
- Last name.
- name String
- Commercial name also called customer name.
- tcaContact StringId 
- TCA contact ID.
- tcaCust StringAccnt Site Id 
- TCA customer account site ID.
- tcaParty StringId 
- TCA party ID.
- username String
- Username.
GetSubscribedServicesSubscribedServiceEndUserCustomer       
- CustomerChain stringType 
- Customer chain type.
- IsChain boolCustomer 
- The business partner is chain customer or not.
- IsPublic boolSector 
- The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- NamePhonetic string
- Phonetic name.
- TcaCust stringAccount Number 
- TCA customer account number.
- TcaCustomer stringAccount Id 
- TCA customer account ID.
- TcaParty stringId 
- TCA party ID.
- TcaParty stringNumber 
- TCA party number.
- CustomerChain stringType 
- Customer chain type.
- IsChain boolCustomer 
- The business partner is chain customer or not.
- IsPublic boolSector 
- The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- NamePhonetic string
- Phonetic name.
- TcaCust stringAccount Number 
- TCA customer account number.
- TcaCustomer stringAccount Id 
- TCA customer account ID.
- TcaParty stringId 
- TCA party ID.
- TcaParty stringNumber 
- TCA party number.
- customerChain StringType 
- Customer chain type.
- isChain BooleanCustomer 
- The business partner is chain customer or not.
- isPublic BooleanSector 
- The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- namePhonetic String
- Phonetic name.
- tcaCust StringAccount Number 
- TCA customer account number.
- tcaCustomer StringAccount Id 
- TCA customer account ID.
- tcaParty StringId 
- TCA party ID.
- tcaParty StringNumber 
- TCA party number.
- customerChain stringType 
- Customer chain type.
- isChain booleanCustomer 
- The business partner is chain customer or not.
- isPublic booleanSector 
- The business partner is part of the public sector or not.
- name string
- Commercial name also called customer name.
- namePhonetic string
- Phonetic name.
- tcaCust stringAccount Number 
- TCA customer account number.
- tcaCustomer stringAccount Id 
- TCA customer account ID.
- tcaParty stringId 
- TCA party ID.
- tcaParty stringNumber 
- TCA party number.
- customer_chain_ strtype 
- Customer chain type.
- is_chain_ boolcustomer 
- The business partner is chain customer or not.
- is_public_ boolsector 
- The business partner is part of the public sector or not.
- name str
- Commercial name also called customer name.
- name_phonetic str
- Phonetic name.
- tca_cust_ straccount_ number 
- TCA customer account number.
- tca_customer_ straccount_ id 
- TCA customer account ID.
- tca_party_ strid 
- TCA party ID.
- tca_party_ strnumber 
- TCA party number.
- customerChain StringType 
- Customer chain type.
- isChain BooleanCustomer 
- The business partner is chain customer or not.
- isPublic BooleanSector 
- The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- namePhonetic String
- Phonetic name.
- tcaCust StringAccount Number 
- TCA customer account number.
- tcaCustomer StringAccount Id 
- TCA customer account ID.
- tcaParty StringId 
- TCA party ID.
- tcaParty StringNumber 
- TCA party number.
GetSubscribedServicesSubscribedServicePaymentTerm      
- CreatedBy string
- User that created the Payment term
- Description string
- Payment term Description
- IsActive bool
- Payment term active flag
- Name string
- Commercial name also called customer name.
- TimeCreated string
- Subscribed service creation date
- TimeUpdated string
- Subscribed service last update date
- UpdatedBy string
- User that updated the subscribed service
- Value string
- Payment Term value
- CreatedBy string
- User that created the Payment term
- Description string
- Payment term Description
- IsActive bool
- Payment term active flag
- Name string
- Commercial name also called customer name.
- TimeCreated string
- Subscribed service creation date
- TimeUpdated string
- Subscribed service last update date
- UpdatedBy string
- User that updated the subscribed service
- Value string
- Payment Term value
- createdBy String
- User that created the Payment term
- description String
- Payment term Description
- isActive Boolean
- Payment term active flag
- name String
- Commercial name also called customer name.
- timeCreated String
- Subscribed service creation date
- timeUpdated String
- Subscribed service last update date
- updatedBy String
- User that updated the subscribed service
- value String
- Payment Term value
- createdBy string
- User that created the Payment term
- description string
- Payment term Description
- isActive boolean
- Payment term active flag
- name string
- Commercial name also called customer name.
- timeCreated string
- Subscribed service creation date
- timeUpdated string
- Subscribed service last update date
- updatedBy string
- User that updated the subscribed service
- value string
- Payment Term value
- created_by str
- User that created the Payment term
- description str
- Payment term Description
- is_active bool
- Payment term active flag
- name str
- Commercial name also called customer name.
- time_created str
- Subscribed service creation date
- time_updated str
- Subscribed service last update date
- updated_by str
- User that updated the subscribed service
- value str
- Payment Term value
- createdBy String
- User that created the Payment term
- description String
- Payment term Description
- isActive Boolean
- Payment term active flag
- name String
- Commercial name also called customer name.
- timeCreated String
- Subscribed service creation date
- timeUpdated String
- Subscribed service last update date
- updatedBy String
- User that updated the subscribed service
- value String
- Payment Term value
GetSubscribedServicesSubscribedServiceProduct     
- BillingCategory string
- Metered service billing category
- Name string
- Commercial name also called customer name.
- PartNumber string
- Product part numner
- ProductCategory string
- Product category
- UcmRate stringCard Part Type 
- Rate card part type of Product
- UnitOf stringMeasure 
- Unit of measure
- BillingCategory string
- Metered service billing category
- Name string
- Commercial name also called customer name.
- PartNumber string
- Product part numner
- ProductCategory string
- Product category
- UcmRate stringCard Part Type 
- Rate card part type of Product
- UnitOf stringMeasure 
- Unit of measure
- billingCategory String
- Metered service billing category
- name String
- Commercial name also called customer name.
- partNumber String
- Product part numner
- productCategory String
- Product category
- ucmRate StringCard Part Type 
- Rate card part type of Product
- unitOf StringMeasure 
- Unit of measure
- billingCategory string
- Metered service billing category
- name string
- Commercial name also called customer name.
- partNumber string
- Product part numner
- productCategory string
- Product category
- ucmRate stringCard Part Type 
- Rate card part type of Product
- unitOf stringMeasure 
- Unit of measure
- billing_category str
- Metered service billing category
- name str
- Commercial name also called customer name.
- part_number str
- Product part numner
- product_category str
- Product category
- ucm_rate_ strcard_ part_ type 
- Rate card part type of Product
- unit_of_ strmeasure 
- Unit of measure
- billingCategory String
- Metered service billing category
- name String
- Commercial name also called customer name.
- partNumber String
- Product part numner
- productCategory String
- Product category
- ucmRate StringCard Part Type 
- Rate card part type of Product
- unitOf StringMeasure 
- Unit of measure
GetSubscribedServicesSubscribedServiceRateCard      
- Currencies
List<GetSubscribed Services Subscribed Service Rate Card Currency> 
- Currency details
- DiscretionaryDiscount stringPercentage 
- Rate card discretionary discount percentage
- IsTier bool
- Rate card price tier flag
- NetUnit stringPrice 
- Rate card tier net unit price
- OveragePrice string
- Rate card tier overage price
- Products
List<GetSubscribed Services Subscribed Service Rate Card Product> 
- Product description
- RateCard List<GetTiers Subscribed Services Subscribed Service Rate Card Rate Card Tier> 
- List of tiered rate card prices
- SubscribedService stringId 
- SPM internal Subscribed Service ID
- TimeEnd string
- Subscribed service end date
- TimeStart string
- Subscribed service start date
- Currencies
[]GetSubscribed Services Subscribed Service Rate Card Currency 
- Currency details
- DiscretionaryDiscount stringPercentage 
- Rate card discretionary discount percentage
- IsTier bool
- Rate card price tier flag
- NetUnit stringPrice 
- Rate card tier net unit price
- OveragePrice string
- Rate card tier overage price
- Products
[]GetSubscribed Services Subscribed Service Rate Card Product 
- Product description
- RateCard []GetTiers Subscribed Services Subscribed Service Rate Card Rate Card Tier 
- List of tiered rate card prices
- SubscribedService stringId 
- SPM internal Subscribed Service ID
- TimeEnd string
- Subscribed service end date
- TimeStart string
- Subscribed service start date
- currencies
List<GetSubscribed Services Subscribed Service Rate Card Currency> 
- Currency details
- discretionaryDiscount StringPercentage 
- Rate card discretionary discount percentage
- isTier Boolean
- Rate card price tier flag
- netUnit StringPrice 
- Rate card tier net unit price
- overagePrice String
- Rate card tier overage price
- products
List<GetSubscribed Services Subscribed Service Rate Card Product> 
- Product description
- rateCard List<GetTiers Subscribed Services Subscribed Service Rate Card Rate Card Tier> 
- List of tiered rate card prices
- subscribedService StringId 
- SPM internal Subscribed Service ID
- timeEnd String
- Subscribed service end date
- timeStart String
- Subscribed service start date
- currencies
GetSubscribed Services Subscribed Service Rate Card Currency[] 
- Currency details
- discretionaryDiscount stringPercentage 
- Rate card discretionary discount percentage
- isTier boolean
- Rate card price tier flag
- netUnit stringPrice 
- Rate card tier net unit price
- overagePrice string
- Rate card tier overage price
- products
GetSubscribed Services Subscribed Service Rate Card Product[] 
- Product description
- rateCard GetTiers Subscribed Services Subscribed Service Rate Card Rate Card Tier[] 
- List of tiered rate card prices
- subscribedService stringId 
- SPM internal Subscribed Service ID
- timeEnd string
- Subscribed service end date
- timeStart string
- Subscribed service start date
- currencies
Sequence[GetSubscribed Services Subscribed Service Rate Card Currency] 
- Currency details
- discretionary_discount_ strpercentage 
- Rate card discretionary discount percentage
- is_tier bool
- Rate card price tier flag
- net_unit_ strprice 
- Rate card tier net unit price
- overage_price str
- Rate card tier overage price
- products
Sequence[GetSubscribed Services Subscribed Service Rate Card Product] 
- Product description
- rate_card_ Sequence[Gettiers Subscribed Services Subscribed Service Rate Card Rate Card Tier] 
- List of tiered rate card prices
- subscribed_service_ strid 
- SPM internal Subscribed Service ID
- time_end str
- Subscribed service end date
- time_start str
- Subscribed service start date
- currencies List<Property Map>
- Currency details
- discretionaryDiscount StringPercentage 
- Rate card discretionary discount percentage
- isTier Boolean
- Rate card price tier flag
- netUnit StringPrice 
- Rate card tier net unit price
- overagePrice String
- Rate card tier overage price
- products List<Property Map>
- Product description
- rateCard List<Property Map>Tiers 
- List of tiered rate card prices
- subscribedService StringId 
- SPM internal Subscribed Service ID
- timeEnd String
- Subscribed service end date
- timeStart String
- Subscribed service start date
GetSubscribedServicesSubscribedServiceRateCardCurrency       
- IsoCode string
- Currency Code
- Name string
- Commercial name also called customer name.
- StdPrecision string
- Standard Precision of the Currency
- IsoCode string
- Currency Code
- Name string
- Commercial name also called customer name.
- StdPrecision string
- Standard Precision of the Currency
- isoCode String
- Currency Code
- name String
- Commercial name also called customer name.
- stdPrecision String
- Standard Precision of the Currency
- isoCode string
- Currency Code
- name string
- Commercial name also called customer name.
- stdPrecision string
- Standard Precision of the Currency
- iso_code str
- Currency Code
- name str
- Commercial name also called customer name.
- std_precision str
- Standard Precision of the Currency
- isoCode String
- Currency Code
- name String
- Commercial name also called customer name.
- stdPrecision String
- Standard Precision of the Currency
GetSubscribedServicesSubscribedServiceRateCardProduct       
- BillingCategory string
- Metered service billing category
- Name string
- Commercial name also called customer name.
- PartNumber string
- Product part numner
- ProductCategory string
- Product category
- UcmRate stringCard Part Type 
- Rate card part type of Product
- UnitOf stringMeasure 
- Unit of measure
- BillingCategory string
- Metered service billing category
- Name string
- Commercial name also called customer name.
- PartNumber string
- Product part numner
- ProductCategory string
- Product category
- UcmRate stringCard Part Type 
- Rate card part type of Product
- UnitOf stringMeasure 
- Unit of measure
- billingCategory String
- Metered service billing category
- name String
- Commercial name also called customer name.
- partNumber String
- Product part numner
- productCategory String
- Product category
- ucmRate StringCard Part Type 
- Rate card part type of Product
- unitOf StringMeasure 
- Unit of measure
- billingCategory string
- Metered service billing category
- name string
- Commercial name also called customer name.
- partNumber string
- Product part numner
- productCategory string
- Product category
- ucmRate stringCard Part Type 
- Rate card part type of Product
- unitOf stringMeasure 
- Unit of measure
- billing_category str
- Metered service billing category
- name str
- Commercial name also called customer name.
- part_number str
- Product part numner
- product_category str
- Product category
- ucm_rate_ strcard_ part_ type 
- Rate card part type of Product
- unit_of_ strmeasure 
- Unit of measure
- billingCategory String
- Metered service billing category
- name String
- Commercial name also called customer name.
- partNumber String
- Product part numner
- productCategory String
- Product category
- ucmRate StringCard Part Type 
- Rate card part type of Product
- unitOf StringMeasure 
- Unit of measure
GetSubscribedServicesSubscribedServiceRateCardRateCardTier         
- NetUnit stringPrice 
- Rate card tier net unit price
- OveragePrice string
- Rate card tier overage price
- UpTo stringQuantity 
- Rate card tier quantity range
- NetUnit stringPrice 
- Rate card tier net unit price
- OveragePrice string
- Rate card tier overage price
- UpTo stringQuantity 
- Rate card tier quantity range
- netUnit StringPrice 
- Rate card tier net unit price
- overagePrice String
- Rate card tier overage price
- upTo StringQuantity 
- Rate card tier quantity range
- netUnit stringPrice 
- Rate card tier net unit price
- overagePrice string
- Rate card tier overage price
- upTo stringQuantity 
- Rate card tier quantity range
- net_unit_ strprice 
- Rate card tier net unit price
- overage_price str
- Rate card tier overage price
- up_to_ strquantity 
- Rate card tier quantity range
- netUnit StringPrice 
- Rate card tier net unit price
- overagePrice String
- Rate card tier overage price
- upTo StringQuantity 
- Rate card tier quantity range
GetSubscribedServicesSubscribedServiceResellerAddress      
- BillSite stringUse Id 
- Bill to site use Id.
- IsBill boolTo 
- Identify as the customer shipping address.
- IsShip boolTo 
- Identify as the customer invoicing address.
- Locations
List<GetSubscribed Services Subscribed Service Reseller Address Location> 
- Address location.
- Name string
- Commercial name also called customer name.
- Phone string
- Phone.
- Service2siteUse stringId 
- Service to site use Id.
- TcaCust stringAcct Site Id 
- TCA customer account site Id.
- TcaParty stringSite Number 
- Party site number.
- BillSite stringUse Id 
- Bill to site use Id.
- IsBill boolTo 
- Identify as the customer shipping address.
- IsShip boolTo 
- Identify as the customer invoicing address.
- Locations
[]GetSubscribed Services Subscribed Service Reseller Address Location 
- Address location.
- Name string
- Commercial name also called customer name.
- Phone string
- Phone.
- Service2siteUse stringId 
- Service to site use Id.
- TcaCust stringAcct Site Id 
- TCA customer account site Id.
- TcaParty stringSite Number 
- Party site number.
- billSite StringUse Id 
- Bill to site use Id.
- isBill BooleanTo 
- Identify as the customer shipping address.
- isShip BooleanTo 
- Identify as the customer invoicing address.
- locations
List<GetSubscribed Services Subscribed Service Reseller Address Location> 
- Address location.
- name String
- Commercial name also called customer name.
- phone String
- Phone.
- service2siteUse StringId 
- Service to site use Id.
- tcaCust StringAcct Site Id 
- TCA customer account site Id.
- tcaParty StringSite Number 
- Party site number.
- billSite stringUse Id 
- Bill to site use Id.
- isBill booleanTo 
- Identify as the customer shipping address.
- isShip booleanTo 
- Identify as the customer invoicing address.
- locations
GetSubscribed Services Subscribed Service Reseller Address Location[] 
- Address location.
- name string
- Commercial name also called customer name.
- phone string
- Phone.
- service2siteUse stringId 
- Service to site use Id.
- tcaCust stringAcct Site Id 
- TCA customer account site Id.
- tcaParty stringSite Number 
- Party site number.
- bill_site_ struse_ id 
- Bill to site use Id.
- is_bill_ boolto 
- Identify as the customer shipping address.
- is_ship_ boolto 
- Identify as the customer invoicing address.
- locations
Sequence[GetSubscribed Services Subscribed Service Reseller Address Location] 
- Address location.
- name str
- Commercial name also called customer name.
- phone str
- Phone.
- service2site_use_ strid 
- Service to site use Id.
- tca_cust_ stracct_ site_ id 
- TCA customer account site Id.
- tca_party_ strsite_ number 
- Party site number.
- billSite StringUse Id 
- Bill to site use Id.
- isBill BooleanTo 
- Identify as the customer shipping address.
- isShip BooleanTo 
- Identify as the customer invoicing address.
- locations List<Property Map>
- Address location.
- name String
- Commercial name also called customer name.
- phone String
- Phone.
- service2siteUse StringId 
- Service to site use Id.
- tcaCust StringAcct Site Id 
- TCA customer account site Id.
- tcaParty StringSite Number 
- Party site number.
GetSubscribedServicesSubscribedServiceResellerAddressLocation       
- Address1 string
- Address first line.
- Address2 string
- Address second line.
- City string
- City.
- Country string
- Country.
- PostalCode string
- Postal code.
- Region string
- Region.
- TcaLocation stringId 
- Region.
- Address1 string
- Address first line.
- Address2 string
- Address second line.
- City string
- City.
- Country string
- Country.
- PostalCode string
- Postal code.
- Region string
- Region.
- TcaLocation stringId 
- Region.
- address1 String
- Address first line.
- address2 String
- Address second line.
- city String
- City.
- country String
- Country.
- postalCode String
- Postal code.
- region String
- Region.
- tcaLocation StringId 
- Region.
- address1 string
- Address first line.
- address2 string
- Address second line.
- city string
- City.
- country string
- Country.
- postalCode string
- Postal code.
- region string
- Region.
- tcaLocation stringId 
- Region.
- address1 str
- Address first line.
- address2 str
- Address second line.
- city str
- City.
- country str
- Country.
- postal_code str
- Postal code.
- region str
- Region.
- tca_location_ strid 
- Region.
- address1 String
- Address first line.
- address2 String
- Address second line.
- city String
- City.
- country String
- Country.
- postalCode String
- Postal code.
- region String
- Region.
- tcaLocation StringId 
- Region.
GetSubscribedServicesSubscribedServiceResellerContact      
- Email string
- Email.
- FirstName string
- First name.
- LastName string
- Last name.
- Name string
- Commercial name also called customer name.
- TcaContact stringId 
- TCA contact ID.
- TcaCust stringAccnt Site Id 
- TCA customer account site ID.
- TcaParty stringId 
- TCA party ID.
- Username string
- Username.
- Email string
- Email.
- FirstName string
- First name.
- LastName string
- Last name.
- Name string
- Commercial name also called customer name.
- TcaContact stringId 
- TCA contact ID.
- TcaCust stringAccnt Site Id 
- TCA customer account site ID.
- TcaParty stringId 
- TCA party ID.
- Username string
- Username.
- email String
- Email.
- firstName String
- First name.
- lastName String
- Last name.
- name String
- Commercial name also called customer name.
- tcaContact StringId 
- TCA contact ID.
- tcaCust StringAccnt Site Id 
- TCA customer account site ID.
- tcaParty StringId 
- TCA party ID.
- username String
- Username.
- email string
- Email.
- firstName string
- First name.
- lastName string
- Last name.
- name string
- Commercial name also called customer name.
- tcaContact stringId 
- TCA contact ID.
- tcaCust stringAccnt Site Id 
- TCA customer account site ID.
- tcaParty stringId 
- TCA party ID.
- username string
- Username.
- email str
- Email.
- first_name str
- First name.
- last_name str
- Last name.
- name str
- Commercial name also called customer name.
- tca_contact_ strid 
- TCA contact ID.
- tca_cust_ straccnt_ site_ id 
- TCA customer account site ID.
- tca_party_ strid 
- TCA party ID.
- username str
- Username.
- email String
- Email.
- firstName String
- First name.
- lastName String
- Last name.
- name String
- Commercial name also called customer name.
- tcaContact StringId 
- TCA contact ID.
- tcaCust StringAccnt Site Id 
- TCA customer account site ID.
- tcaParty StringId 
- TCA party ID.
- username String
- Username.
GetSubscribedServicesSubscribedServiceResellerCustomer      
- CustomerChain stringType 
- Customer chain type.
- IsChain boolCustomer 
- The business partner is chain customer or not.
- IsPublic boolSector 
- The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- NamePhonetic string
- Phonetic name.
- TcaCust stringAccount Number 
- TCA customer account number.
- TcaCustomer stringAccount Id 
- TCA customer account ID.
- TcaParty stringId 
- TCA party ID.
- TcaParty stringNumber 
- TCA party number.
- CustomerChain stringType 
- Customer chain type.
- IsChain boolCustomer 
- The business partner is chain customer or not.
- IsPublic boolSector 
- The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- NamePhonetic string
- Phonetic name.
- TcaCust stringAccount Number 
- TCA customer account number.
- TcaCustomer stringAccount Id 
- TCA customer account ID.
- TcaParty stringId 
- TCA party ID.
- TcaParty stringNumber 
- TCA party number.
- customerChain StringType 
- Customer chain type.
- isChain BooleanCustomer 
- The business partner is chain customer or not.
- isPublic BooleanSector 
- The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- namePhonetic String
- Phonetic name.
- tcaCust StringAccount Number 
- TCA customer account number.
- tcaCustomer StringAccount Id 
- TCA customer account ID.
- tcaParty StringId 
- TCA party ID.
- tcaParty StringNumber 
- TCA party number.
- customerChain stringType 
- Customer chain type.
- isChain booleanCustomer 
- The business partner is chain customer or not.
- isPublic booleanSector 
- The business partner is part of the public sector or not.
- name string
- Commercial name also called customer name.
- namePhonetic string
- Phonetic name.
- tcaCust stringAccount Number 
- TCA customer account number.
- tcaCustomer stringAccount Id 
- TCA customer account ID.
- tcaParty stringId 
- TCA party ID.
- tcaParty stringNumber 
- TCA party number.
- customer_chain_ strtype 
- Customer chain type.
- is_chain_ boolcustomer 
- The business partner is chain customer or not.
- is_public_ boolsector 
- The business partner is part of the public sector or not.
- name str
- Commercial name also called customer name.
- name_phonetic str
- Phonetic name.
- tca_cust_ straccount_ number 
- TCA customer account number.
- tca_customer_ straccount_ id 
- TCA customer account ID.
- tca_party_ strid 
- TCA party ID.
- tca_party_ strnumber 
- TCA party number.
- customerChain StringType 
- Customer chain type.
- isChain BooleanCustomer 
- The business partner is chain customer or not.
- isPublic BooleanSector 
- The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- namePhonetic String
- Phonetic name.
- tcaCust StringAccount Number 
- TCA customer account number.
- tcaCustomer StringAccount Id 
- TCA customer account ID.
- tcaParty StringId 
- TCA party ID.
- tcaParty StringNumber 
- TCA party number.
GetSubscribedServicesSubscribedServiceServiceToAddress       
- BillSite stringUse Id 
- Bill to site use Id.
- IsBill boolTo 
- Identify as the customer shipping address.
- IsShip boolTo 
- Identify as the customer invoicing address.
- Locations
List<GetSubscribed Services Subscribed Service Service To Address Location> 
- Address location.
- Name string
- Commercial name also called customer name.
- Phone string
- Phone.
- Service2siteUse stringId 
- Service to site use Id.
- TcaCust stringAcct Site Id 
- TCA customer account site Id.
- TcaParty stringSite Number 
- Party site number.
- BillSite stringUse Id 
- Bill to site use Id.
- IsBill boolTo 
- Identify as the customer shipping address.
- IsShip boolTo 
- Identify as the customer invoicing address.
- Locations
[]GetSubscribed Services Subscribed Service Service To Address Location 
- Address location.
- Name string
- Commercial name also called customer name.
- Phone string
- Phone.
- Service2siteUse stringId 
- Service to site use Id.
- TcaCust stringAcct Site Id 
- TCA customer account site Id.
- TcaParty stringSite Number 
- Party site number.
- billSite StringUse Id 
- Bill to site use Id.
- isBill BooleanTo 
- Identify as the customer shipping address.
- isShip BooleanTo 
- Identify as the customer invoicing address.
- locations
List<GetSubscribed Services Subscribed Service Service To Address Location> 
- Address location.
- name String
- Commercial name also called customer name.
- phone String
- Phone.
- service2siteUse StringId 
- Service to site use Id.
- tcaCust StringAcct Site Id 
- TCA customer account site Id.
- tcaParty StringSite Number 
- Party site number.
- billSite stringUse Id 
- Bill to site use Id.
- isBill booleanTo 
- Identify as the customer shipping address.
- isShip booleanTo 
- Identify as the customer invoicing address.
- locations
GetSubscribed Services Subscribed Service Service To Address Location[] 
- Address location.
- name string
- Commercial name also called customer name.
- phone string
- Phone.
- service2siteUse stringId 
- Service to site use Id.
- tcaCust stringAcct Site Id 
- TCA customer account site Id.
- tcaParty stringSite Number 
- Party site number.
- bill_site_ struse_ id 
- Bill to site use Id.
- is_bill_ boolto 
- Identify as the customer shipping address.
- is_ship_ boolto 
- Identify as the customer invoicing address.
- locations
Sequence[GetSubscribed Services Subscribed Service Service To Address Location] 
- Address location.
- name str
- Commercial name also called customer name.
- phone str
- Phone.
- service2site_use_ strid 
- Service to site use Id.
- tca_cust_ stracct_ site_ id 
- TCA customer account site Id.
- tca_party_ strsite_ number 
- Party site number.
- billSite StringUse Id 
- Bill to site use Id.
- isBill BooleanTo 
- Identify as the customer shipping address.
- isShip BooleanTo 
- Identify as the customer invoicing address.
- locations List<Property Map>
- Address location.
- name String
- Commercial name also called customer name.
- phone String
- Phone.
- service2siteUse StringId 
- Service to site use Id.
- tcaCust StringAcct Site Id 
- TCA customer account site Id.
- tcaParty StringSite Number 
- Party site number.
GetSubscribedServicesSubscribedServiceServiceToAddressLocation        
- Address1 string
- Address first line.
- Address2 string
- Address second line.
- City string
- City.
- Country string
- Country.
- PostalCode string
- Postal code.
- Region string
- Region.
- TcaLocation stringId 
- Region.
- Address1 string
- Address first line.
- Address2 string
- Address second line.
- City string
- City.
- Country string
- Country.
- PostalCode string
- Postal code.
- Region string
- Region.
- TcaLocation stringId 
- Region.
- address1 String
- Address first line.
- address2 String
- Address second line.
- city String
- City.
- country String
- Country.
- postalCode String
- Postal code.
- region String
- Region.
- tcaLocation StringId 
- Region.
- address1 string
- Address first line.
- address2 string
- Address second line.
- city string
- City.
- country string
- Country.
- postalCode string
- Postal code.
- region string
- Region.
- tcaLocation stringId 
- Region.
- address1 str
- Address first line.
- address2 str
- Address second line.
- city str
- City.
- country str
- Country.
- postal_code str
- Postal code.
- region str
- Region.
- tca_location_ strid 
- Region.
- address1 String
- Address first line.
- address2 String
- Address second line.
- city String
- City.
- country String
- Country.
- postalCode String
- Postal code.
- region String
- Region.
- tcaLocation StringId 
- Region.
GetSubscribedServicesSubscribedServiceServiceToContact       
- Email string
- Email.
- FirstName string
- First name.
- LastName string
- Last name.
- Name string
- Commercial name also called customer name.
- TcaContact stringId 
- TCA contact ID.
- TcaCust stringAccnt Site Id 
- TCA customer account site ID.
- TcaParty stringId 
- TCA party ID.
- Username string
- Username.
- Email string
- Email.
- FirstName string
- First name.
- LastName string
- Last name.
- Name string
- Commercial name also called customer name.
- TcaContact stringId 
- TCA contact ID.
- TcaCust stringAccnt Site Id 
- TCA customer account site ID.
- TcaParty stringId 
- TCA party ID.
- Username string
- Username.
- email String
- Email.
- firstName String
- First name.
- lastName String
- Last name.
- name String
- Commercial name also called customer name.
- tcaContact StringId 
- TCA contact ID.
- tcaCust StringAccnt Site Id 
- TCA customer account site ID.
- tcaParty StringId 
- TCA party ID.
- username String
- Username.
- email string
- Email.
- firstName string
- First name.
- lastName string
- Last name.
- name string
- Commercial name also called customer name.
- tcaContact stringId 
- TCA contact ID.
- tcaCust stringAccnt Site Id 
- TCA customer account site ID.
- tcaParty stringId 
- TCA party ID.
- username string
- Username.
- email str
- Email.
- first_name str
- First name.
- last_name str
- Last name.
- name str
- Commercial name also called customer name.
- tca_contact_ strid 
- TCA contact ID.
- tca_cust_ straccnt_ site_ id 
- TCA customer account site ID.
- tca_party_ strid 
- TCA party ID.
- username str
- Username.
- email String
- Email.
- firstName String
- First name.
- lastName String
- Last name.
- name String
- Commercial name also called customer name.
- tcaContact StringId 
- TCA contact ID.
- tcaCust StringAccnt Site Id 
- TCA customer account site ID.
- tcaParty StringId 
- TCA party ID.
- username String
- Username.
GetSubscribedServicesSubscribedServiceServiceToCustomer       
- CustomerChain stringType 
- Customer chain type.
- IsChain boolCustomer 
- The business partner is chain customer or not.
- IsPublic boolSector 
- The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- NamePhonetic string
- Phonetic name.
- TcaCust stringAccount Number 
- TCA customer account number.
- TcaCustomer stringAccount Id 
- TCA customer account ID.
- TcaParty stringId 
- TCA party ID.
- TcaParty stringNumber 
- TCA party number.
- CustomerChain stringType 
- Customer chain type.
- IsChain boolCustomer 
- The business partner is chain customer or not.
- IsPublic boolSector 
- The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- NamePhonetic string
- Phonetic name.
- TcaCust stringAccount Number 
- TCA customer account number.
- TcaCustomer stringAccount Id 
- TCA customer account ID.
- TcaParty stringId 
- TCA party ID.
- TcaParty stringNumber 
- TCA party number.
- customerChain StringType 
- Customer chain type.
- isChain BooleanCustomer 
- The business partner is chain customer or not.
- isPublic BooleanSector 
- The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- namePhonetic String
- Phonetic name.
- tcaCust StringAccount Number 
- TCA customer account number.
- tcaCustomer StringAccount Id 
- TCA customer account ID.
- tcaParty StringId 
- TCA party ID.
- tcaParty StringNumber 
- TCA party number.
- customerChain stringType 
- Customer chain type.
- isChain booleanCustomer 
- The business partner is chain customer or not.
- isPublic booleanSector 
- The business partner is part of the public sector or not.
- name string
- Commercial name also called customer name.
- namePhonetic string
- Phonetic name.
- tcaCust stringAccount Number 
- TCA customer account number.
- tcaCustomer stringAccount Id 
- TCA customer account ID.
- tcaParty stringId 
- TCA party ID.
- tcaParty stringNumber 
- TCA party number.
- customer_chain_ strtype 
- Customer chain type.
- is_chain_ boolcustomer 
- The business partner is chain customer or not.
- is_public_ boolsector 
- The business partner is part of the public sector or not.
- name str
- Commercial name also called customer name.
- name_phonetic str
- Phonetic name.
- tca_cust_ straccount_ number 
- TCA customer account number.
- tca_customer_ straccount_ id 
- TCA customer account ID.
- tca_party_ strid 
- TCA party ID.
- tca_party_ strnumber 
- TCA party number.
- customerChain StringType 
- Customer chain type.
- isChain BooleanCustomer 
- The business partner is chain customer or not.
- isPublic BooleanSector 
- The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- namePhonetic String
- Phonetic name.
- tcaCust StringAccount Number 
- TCA customer account number.
- tcaCustomer StringAccount Id 
- TCA customer account ID.
- tcaParty StringId 
- TCA party ID.
- tcaParty StringNumber 
- TCA party number.
GetSubscribedServicesSubscribedServiceSoldToContact       
- Email string
- Email.
- FirstName string
- First name.
- LastName string
- Last name.
- Name string
- Commercial name also called customer name.
- TcaContact stringId 
- TCA contact ID.
- TcaCust stringAccnt Site Id 
- TCA customer account site ID.
- TcaParty stringId 
- TCA party ID.
- Username string
- Username.
- Email string
- Email.
- FirstName string
- First name.
- LastName string
- Last name.
- Name string
- Commercial name also called customer name.
- TcaContact stringId 
- TCA contact ID.
- TcaCust stringAccnt Site Id 
- TCA customer account site ID.
- TcaParty stringId 
- TCA party ID.
- Username string
- Username.
- email String
- Email.
- firstName String
- First name.
- lastName String
- Last name.
- name String
- Commercial name also called customer name.
- tcaContact StringId 
- TCA contact ID.
- tcaCust StringAccnt Site Id 
- TCA customer account site ID.
- tcaParty StringId 
- TCA party ID.
- username String
- Username.
- email string
- Email.
- firstName string
- First name.
- lastName string
- Last name.
- name string
- Commercial name also called customer name.
- tcaContact stringId 
- TCA contact ID.
- tcaCust stringAccnt Site Id 
- TCA customer account site ID.
- tcaParty stringId 
- TCA party ID.
- username string
- Username.
- email str
- Email.
- first_name str
- First name.
- last_name str
- Last name.
- name str
- Commercial name also called customer name.
- tca_contact_ strid 
- TCA contact ID.
- tca_cust_ straccnt_ site_ id 
- TCA customer account site ID.
- tca_party_ strid 
- TCA party ID.
- username str
- Username.
- email String
- Email.
- firstName String
- First name.
- lastName String
- Last name.
- name String
- Commercial name also called customer name.
- tcaContact StringId 
- TCA contact ID.
- tcaCust StringAccnt Site Id 
- TCA customer account site ID.
- tcaParty StringId 
- TCA party ID.
- username String
- Username.
GetSubscribedServicesSubscribedServiceSoldToCustomer       
- CustomerChain stringType 
- Customer chain type.
- IsChain boolCustomer 
- The business partner is chain customer or not.
- IsPublic boolSector 
- The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- NamePhonetic string
- Phonetic name.
- TcaCust stringAccount Number 
- TCA customer account number.
- TcaCustomer stringAccount Id 
- TCA customer account ID.
- TcaParty stringId 
- TCA party ID.
- TcaParty stringNumber 
- TCA party number.
- CustomerChain stringType 
- Customer chain type.
- IsChain boolCustomer 
- The business partner is chain customer or not.
- IsPublic boolSector 
- The business partner is part of the public sector or not.
- Name string
- Commercial name also called customer name.
- NamePhonetic string
- Phonetic name.
- TcaCust stringAccount Number 
- TCA customer account number.
- TcaCustomer stringAccount Id 
- TCA customer account ID.
- TcaParty stringId 
- TCA party ID.
- TcaParty stringNumber 
- TCA party number.
- customerChain StringType 
- Customer chain type.
- isChain BooleanCustomer 
- The business partner is chain customer or not.
- isPublic BooleanSector 
- The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- namePhonetic String
- Phonetic name.
- tcaCust StringAccount Number 
- TCA customer account number.
- tcaCustomer StringAccount Id 
- TCA customer account ID.
- tcaParty StringId 
- TCA party ID.
- tcaParty StringNumber 
- TCA party number.
- customerChain stringType 
- Customer chain type.
- isChain booleanCustomer 
- The business partner is chain customer or not.
- isPublic booleanSector 
- The business partner is part of the public sector or not.
- name string
- Commercial name also called customer name.
- namePhonetic string
- Phonetic name.
- tcaCust stringAccount Number 
- TCA customer account number.
- tcaCustomer stringAccount Id 
- TCA customer account ID.
- tcaParty stringId 
- TCA party ID.
- tcaParty stringNumber 
- TCA party number.
- customer_chain_ strtype 
- Customer chain type.
- is_chain_ boolcustomer 
- The business partner is chain customer or not.
- is_public_ boolsector 
- The business partner is part of the public sector or not.
- name str
- Commercial name also called customer name.
- name_phonetic str
- Phonetic name.
- tca_cust_ straccount_ number 
- TCA customer account number.
- tca_customer_ straccount_ id 
- TCA customer account ID.
- tca_party_ strid 
- TCA party ID.
- tca_party_ strnumber 
- TCA party number.
- customerChain StringType 
- Customer chain type.
- isChain BooleanCustomer 
- The business partner is chain customer or not.
- isPublic BooleanSector 
- The business partner is part of the public sector or not.
- name String
- Commercial name also called customer name.
- namePhonetic String
- Phonetic name.
- tcaCust StringAccount Number 
- TCA customer account number.
- tcaCustomer StringAccount Id 
- TCA customer account ID.
- tcaParty StringId 
- TCA party ID.
- tcaParty StringNumber 
- TCA party number.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.