oci.OspGateway.Subscription
Explore with Pulumi AI
This resource provides the Subscription resource in Oracle Cloud Infrastructure Osp Gateway service.
Update plan of the subscription.
Create Subscription Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Subscription(name: string, args: SubscriptionArgs, opts?: CustomResourceOptions);@overload
def Subscription(resource_name: str,
                 args: SubscriptionArgs,
                 opts: Optional[ResourceOptions] = None)
@overload
def Subscription(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 compartment_id: Optional[str] = None,
                 email: Optional[str] = None,
                 osp_home_region: Optional[str] = None,
                 subscription: Optional[SubscriptionSubscriptionArgs] = None,
                 subscription_id: Optional[str] = None)func NewSubscription(ctx *Context, name string, args SubscriptionArgs, opts ...ResourceOption) (*Subscription, error)public Subscription(string name, SubscriptionArgs args, CustomResourceOptions? opts = null)
public Subscription(String name, SubscriptionArgs args)
public Subscription(String name, SubscriptionArgs args, CustomResourceOptions options)
type: oci:OspGateway:Subscription
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SubscriptionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SubscriptionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SubscriptionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SubscriptionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SubscriptionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var ociSubscriptionResource = new Oci.OspGateway.Subscription("ociSubscriptionResource", new()
{
    CompartmentId = "string",
    Email = "string",
    OspHomeRegion = "string",
    SubscriptionDetails = new Oci.OspGateway.Inputs.SubscriptionSubscriptionArgs
    {
        SubscriptionPlanNumber = "string",
        PaymentOptions = new[]
        {
            new Oci.OspGateway.Inputs.SubscriptionSubscriptionPaymentOptionArgs
            {
                PaymentMethod = "string",
                CreditCardType = "string",
                EmailAddress = "string",
                ExtBillingAgreementId = "string",
                FirstName = "string",
                LastDigits = "string",
                LastName = "string",
                NameOnCard = "string",
                TimeExpiration = "string",
                WalletInstrumentId = "string",
                WalletTransactionId = "string",
            },
        },
        BillingAddresses = new[]
        {
            new Oci.OspGateway.Inputs.SubscriptionSubscriptionBillingAddressArgs
            {
                AddressKey = "string",
                City = "string",
                CompanyName = "string",
                ContributorClass = "string",
                Country = "string",
                County = "string",
                DepartmentName = "string",
                EmailAddress = "string",
                FirstName = "string",
                InternalNumber = "string",
                JobTitle = "string",
                LastName = "string",
                Line1 = "string",
                Line2 = "string",
                Line3 = "string",
                Line4 = "string",
                MiddleName = "string",
                MunicipalInscription = "string",
                PhoneCountryCode = "string",
                PhoneNumber = "string",
                PostalCode = "string",
                Province = "string",
                State = "string",
                StateInscription = "string",
                StreetName = "string",
                StreetNumber = "string",
            },
        },
        CurrencyCode = "string",
        GsiOrgCode = "string",
        Id = "string",
        IsIntentToPay = false,
        LanguageCode = "string",
        OrganizationId = "string",
        AccountType = "string",
        PaymentGateway = new Oci.OspGateway.Inputs.SubscriptionSubscriptionPaymentGatewayArgs
        {
            MerchantDefinedData = new Oci.OspGateway.Inputs.SubscriptionSubscriptionPaymentGatewayMerchantDefinedDataArgs
            {
                CloudAccountName = "string",
                PromoType = "string",
            },
        },
        ShipToCustAcctSiteId = "string",
        ShipToCustAcctRoleId = "string",
        PlanType = "string",
        BillToCustAccountId = "string",
        TaxInfo = new Oci.OspGateway.Inputs.SubscriptionSubscriptionTaxInfoArgs
        {
            NoTaxReasonCode = "string",
            NoTaxReasonCodeDetails = "string",
            TaxCnpj = "string",
            TaxPayerId = "string",
            TaxRegNumber = "string",
        },
        TimePersonalToCorporateConv = "string",
        TimePlanUpgrade = "string",
        TimeStart = "string",
        UpgradeState = "string",
        UpgradeStateDetails = "string",
    },
    SubscriptionId = "string",
});
example, err := ospgateway.NewSubscription(ctx, "ociSubscriptionResource", &ospgateway.SubscriptionArgs{
	CompartmentId: pulumi.String("string"),
	Email:         pulumi.String("string"),
	OspHomeRegion: pulumi.String("string"),
	Subscription: &ospgateway.SubscriptionSubscriptionArgs{
		SubscriptionPlanNumber: pulumi.String("string"),
		PaymentOptions: ospgateway.SubscriptionSubscriptionPaymentOptionArray{
			&ospgateway.SubscriptionSubscriptionPaymentOptionArgs{
				PaymentMethod:         pulumi.String("string"),
				CreditCardType:        pulumi.String("string"),
				EmailAddress:          pulumi.String("string"),
				ExtBillingAgreementId: pulumi.String("string"),
				FirstName:             pulumi.String("string"),
				LastDigits:            pulumi.String("string"),
				LastName:              pulumi.String("string"),
				NameOnCard:            pulumi.String("string"),
				TimeExpiration:        pulumi.String("string"),
				WalletInstrumentId:    pulumi.String("string"),
				WalletTransactionId:   pulumi.String("string"),
			},
		},
		BillingAddresses: ospgateway.SubscriptionSubscriptionBillingAddressArray{
			&ospgateway.SubscriptionSubscriptionBillingAddressArgs{
				AddressKey:           pulumi.String("string"),
				City:                 pulumi.String("string"),
				CompanyName:          pulumi.String("string"),
				ContributorClass:     pulumi.String("string"),
				Country:              pulumi.String("string"),
				County:               pulumi.String("string"),
				DepartmentName:       pulumi.String("string"),
				EmailAddress:         pulumi.String("string"),
				FirstName:            pulumi.String("string"),
				InternalNumber:       pulumi.String("string"),
				JobTitle:             pulumi.String("string"),
				LastName:             pulumi.String("string"),
				Line1:                pulumi.String("string"),
				Line2:                pulumi.String("string"),
				Line3:                pulumi.String("string"),
				Line4:                pulumi.String("string"),
				MiddleName:           pulumi.String("string"),
				MunicipalInscription: pulumi.String("string"),
				PhoneCountryCode:     pulumi.String("string"),
				PhoneNumber:          pulumi.String("string"),
				PostalCode:           pulumi.String("string"),
				Province:             pulumi.String("string"),
				State:                pulumi.String("string"),
				StateInscription:     pulumi.String("string"),
				StreetName:           pulumi.String("string"),
				StreetNumber:         pulumi.String("string"),
			},
		},
		CurrencyCode:   pulumi.String("string"),
		GsiOrgCode:     pulumi.String("string"),
		Id:             pulumi.String("string"),
		IsIntentToPay:  pulumi.Bool(false),
		LanguageCode:   pulumi.String("string"),
		OrganizationId: pulumi.String("string"),
		AccountType:    pulumi.String("string"),
		PaymentGateway: &ospgateway.SubscriptionSubscriptionPaymentGatewayArgs{
			MerchantDefinedData: &ospgateway.SubscriptionSubscriptionPaymentGatewayMerchantDefinedDataArgs{
				CloudAccountName: pulumi.String("string"),
				PromoType:        pulumi.String("string"),
			},
		},
		ShipToCustAcctSiteId: pulumi.String("string"),
		ShipToCustAcctRoleId: pulumi.String("string"),
		PlanType:             pulumi.String("string"),
		BillToCustAccountId:  pulumi.String("string"),
		TaxInfo: &ospgateway.SubscriptionSubscriptionTaxInfoArgs{
			NoTaxReasonCode:        pulumi.String("string"),
			NoTaxReasonCodeDetails: pulumi.String("string"),
			TaxCnpj:                pulumi.String("string"),
			TaxPayerId:             pulumi.String("string"),
			TaxRegNumber:           pulumi.String("string"),
		},
		TimePersonalToCorporateConv: pulumi.String("string"),
		TimePlanUpgrade:             pulumi.String("string"),
		TimeStart:                   pulumi.String("string"),
		UpgradeState:                pulumi.String("string"),
		UpgradeStateDetails:         pulumi.String("string"),
	},
	SubscriptionId: pulumi.String("string"),
})
var ociSubscriptionResource = new com.pulumi.oci.OspGateway.Subscription("ociSubscriptionResource", com.pulumi.oci.OspGateway.SubscriptionArgs.builder()
    .compartmentId("string")
    .email("string")
    .ospHomeRegion("string")
    .subscription(SubscriptionSubscriptionArgs.builder()
        .subscriptionPlanNumber("string")
        .paymentOptions(SubscriptionSubscriptionPaymentOptionArgs.builder()
            .paymentMethod("string")
            .creditCardType("string")
            .emailAddress("string")
            .extBillingAgreementId("string")
            .firstName("string")
            .lastDigits("string")
            .lastName("string")
            .nameOnCard("string")
            .timeExpiration("string")
            .walletInstrumentId("string")
            .walletTransactionId("string")
            .build())
        .billingAddresses(SubscriptionSubscriptionBillingAddressArgs.builder()
            .addressKey("string")
            .city("string")
            .companyName("string")
            .contributorClass("string")
            .country("string")
            .county("string")
            .departmentName("string")
            .emailAddress("string")
            .firstName("string")
            .internalNumber("string")
            .jobTitle("string")
            .lastName("string")
            .line1("string")
            .line2("string")
            .line3("string")
            .line4("string")
            .middleName("string")
            .municipalInscription("string")
            .phoneCountryCode("string")
            .phoneNumber("string")
            .postalCode("string")
            .province("string")
            .state("string")
            .stateInscription("string")
            .streetName("string")
            .streetNumber("string")
            .build())
        .currencyCode("string")
        .gsiOrgCode("string")
        .id("string")
        .isIntentToPay(false)
        .languageCode("string")
        .organizationId("string")
        .accountType("string")
        .paymentGateway(SubscriptionSubscriptionPaymentGatewayArgs.builder()
            .merchantDefinedData(SubscriptionSubscriptionPaymentGatewayMerchantDefinedDataArgs.builder()
                .cloudAccountName("string")
                .promoType("string")
                .build())
            .build())
        .shipToCustAcctSiteId("string")
        .shipToCustAcctRoleId("string")
        .planType("string")
        .billToCustAccountId("string")
        .taxInfo(SubscriptionSubscriptionTaxInfoArgs.builder()
            .noTaxReasonCode("string")
            .noTaxReasonCodeDetails("string")
            .taxCnpj("string")
            .taxPayerId("string")
            .taxRegNumber("string")
            .build())
        .timePersonalToCorporateConv("string")
        .timePlanUpgrade("string")
        .timeStart("string")
        .upgradeState("string")
        .upgradeStateDetails("string")
        .build())
    .subscriptionId("string")
    .build());
oci_subscription_resource = oci.osp_gateway.Subscription("ociSubscriptionResource",
    compartment_id="string",
    email="string",
    osp_home_region="string",
    subscription={
        "subscription_plan_number": "string",
        "payment_options": [{
            "payment_method": "string",
            "credit_card_type": "string",
            "email_address": "string",
            "ext_billing_agreement_id": "string",
            "first_name": "string",
            "last_digits": "string",
            "last_name": "string",
            "name_on_card": "string",
            "time_expiration": "string",
            "wallet_instrument_id": "string",
            "wallet_transaction_id": "string",
        }],
        "billing_addresses": [{
            "address_key": "string",
            "city": "string",
            "company_name": "string",
            "contributor_class": "string",
            "country": "string",
            "county": "string",
            "department_name": "string",
            "email_address": "string",
            "first_name": "string",
            "internal_number": "string",
            "job_title": "string",
            "last_name": "string",
            "line1": "string",
            "line2": "string",
            "line3": "string",
            "line4": "string",
            "middle_name": "string",
            "municipal_inscription": "string",
            "phone_country_code": "string",
            "phone_number": "string",
            "postal_code": "string",
            "province": "string",
            "state": "string",
            "state_inscription": "string",
            "street_name": "string",
            "street_number": "string",
        }],
        "currency_code": "string",
        "gsi_org_code": "string",
        "id": "string",
        "is_intent_to_pay": False,
        "language_code": "string",
        "organization_id": "string",
        "account_type": "string",
        "payment_gateway": {
            "merchant_defined_data": {
                "cloud_account_name": "string",
                "promo_type": "string",
            },
        },
        "ship_to_cust_acct_site_id": "string",
        "ship_to_cust_acct_role_id": "string",
        "plan_type": "string",
        "bill_to_cust_account_id": "string",
        "tax_info": {
            "no_tax_reason_code": "string",
            "no_tax_reason_code_details": "string",
            "tax_cnpj": "string",
            "tax_payer_id": "string",
            "tax_reg_number": "string",
        },
        "time_personal_to_corporate_conv": "string",
        "time_plan_upgrade": "string",
        "time_start": "string",
        "upgrade_state": "string",
        "upgrade_state_details": "string",
    },
    subscription_id="string")
const ociSubscriptionResource = new oci.ospgateway.Subscription("ociSubscriptionResource", {
    compartmentId: "string",
    email: "string",
    ospHomeRegion: "string",
    subscription: {
        subscriptionPlanNumber: "string",
        paymentOptions: [{
            paymentMethod: "string",
            creditCardType: "string",
            emailAddress: "string",
            extBillingAgreementId: "string",
            firstName: "string",
            lastDigits: "string",
            lastName: "string",
            nameOnCard: "string",
            timeExpiration: "string",
            walletInstrumentId: "string",
            walletTransactionId: "string",
        }],
        billingAddresses: [{
            addressKey: "string",
            city: "string",
            companyName: "string",
            contributorClass: "string",
            country: "string",
            county: "string",
            departmentName: "string",
            emailAddress: "string",
            firstName: "string",
            internalNumber: "string",
            jobTitle: "string",
            lastName: "string",
            line1: "string",
            line2: "string",
            line3: "string",
            line4: "string",
            middleName: "string",
            municipalInscription: "string",
            phoneCountryCode: "string",
            phoneNumber: "string",
            postalCode: "string",
            province: "string",
            state: "string",
            stateInscription: "string",
            streetName: "string",
            streetNumber: "string",
        }],
        currencyCode: "string",
        gsiOrgCode: "string",
        id: "string",
        isIntentToPay: false,
        languageCode: "string",
        organizationId: "string",
        accountType: "string",
        paymentGateway: {
            merchantDefinedData: {
                cloudAccountName: "string",
                promoType: "string",
            },
        },
        shipToCustAcctSiteId: "string",
        shipToCustAcctRoleId: "string",
        planType: "string",
        billToCustAccountId: "string",
        taxInfo: {
            noTaxReasonCode: "string",
            noTaxReasonCodeDetails: "string",
            taxCnpj: "string",
            taxPayerId: "string",
            taxRegNumber: "string",
        },
        timePersonalToCorporateConv: "string",
        timePlanUpgrade: "string",
        timeStart: "string",
        upgradeState: "string",
        upgradeStateDetails: "string",
    },
    subscriptionId: "string",
});
type: oci:OspGateway:Subscription
properties:
    compartmentId: string
    email: string
    ospHomeRegion: string
    subscription:
        accountType: string
        billToCustAccountId: string
        billingAddresses:
            - addressKey: string
              city: string
              companyName: string
              contributorClass: string
              country: string
              county: string
              departmentName: string
              emailAddress: string
              firstName: string
              internalNumber: string
              jobTitle: string
              lastName: string
              line1: string
              line2: string
              line3: string
              line4: string
              middleName: string
              municipalInscription: string
              phoneCountryCode: string
              phoneNumber: string
              postalCode: string
              province: string
              state: string
              stateInscription: string
              streetName: string
              streetNumber: string
        currencyCode: string
        gsiOrgCode: string
        id: string
        isIntentToPay: false
        languageCode: string
        organizationId: string
        paymentGateway:
            merchantDefinedData:
                cloudAccountName: string
                promoType: string
        paymentOptions:
            - creditCardType: string
              emailAddress: string
              extBillingAgreementId: string
              firstName: string
              lastDigits: string
              lastName: string
              nameOnCard: string
              paymentMethod: string
              timeExpiration: string
              walletInstrumentId: string
              walletTransactionId: string
        planType: string
        shipToCustAcctRoleId: string
        shipToCustAcctSiteId: string
        subscriptionPlanNumber: string
        taxInfo:
            noTaxReasonCode: string
            noTaxReasonCodeDetails: string
            taxCnpj: string
            taxPayerId: string
            taxRegNumber: string
        timePersonalToCorporateConv: string
        timePlanUpgrade: string
        timeStart: string
        upgradeState: string
        upgradeStateDetails: string
    subscriptionId: string
Subscription Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Subscription resource accepts the following input properties:
- CompartmentId string
- (Updatable) The OCID of the compartment.
- Email string
- (Updatable) User email
- OspHome stringRegion 
- (Updatable) The home region's public name of the logged in user.
- SubscriptionDetails SubscriptionSubscription 
- (Updatable) Subscription details object which extends the SubscriptionSummary
- SubscriptionId string
- Subscription id(OCID). - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- CompartmentId string
- (Updatable) The OCID of the compartment.
- Email string
- (Updatable) User email
- OspHome stringRegion 
- (Updatable) The home region's public name of the logged in user.
- Subscription
SubscriptionSubscription Args 
- (Updatable) Subscription details object which extends the SubscriptionSummary
- SubscriptionId string
- Subscription id(OCID). - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- compartmentId String
- (Updatable) The OCID of the compartment.
- email String
- (Updatable) User email
- ospHome StringRegion 
- (Updatable) The home region's public name of the logged in user.
- subscription
SubscriptionSubscription 
- (Updatable) Subscription details object which extends the SubscriptionSummary
- subscriptionId String
- Subscription id(OCID). - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- compartmentId string
- (Updatable) The OCID of the compartment.
- email string
- (Updatable) User email
- ospHome stringRegion 
- (Updatable) The home region's public name of the logged in user.
- subscription
SubscriptionSubscription 
- (Updatable) Subscription details object which extends the SubscriptionSummary
- subscriptionId string
- Subscription id(OCID). - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- compartment_id str
- (Updatable) The OCID of the compartment.
- email str
- (Updatable) User email
- osp_home_ strregion 
- (Updatable) The home region's public name of the logged in user.
- subscription
SubscriptionSubscription Args 
- (Updatable) Subscription details object which extends the SubscriptionSummary
- subscription_id str
- Subscription id(OCID). - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- compartmentId String
- (Updatable) The OCID of the compartment.
- email String
- (Updatable) User email
- ospHome StringRegion 
- (Updatable) The home region's public name of the logged in user.
- subscription Property Map
- (Updatable) Subscription details object which extends the SubscriptionSummary
- subscriptionId String
- Subscription id(OCID). - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
Outputs
All input properties are implicitly available as output properties. Additionally, the Subscription resource produces the following output properties:
- AccountType string
- Account type.
- BillTo stringCust Account Id 
- Bill to customer Account id.
- BillingAddresses List<SubscriptionBilling Address> 
- Address details model.
- CurrencyCode string
- Currency code
- GsiOrg stringCode 
- GSI Subscription external code.
- Id string
- The provider-assigned unique ID for this managed resource.
- IsIntent boolTo Pay 
- Payment intension.
- LanguageCode string
- Language short code (en, de, hu, etc)
- OrganizationId string
- GSI organization external identifier.
- PaymentGateways List<SubscriptionPayment Gateway> 
- Payment gateway details.
- PaymentOptions List<SubscriptionPayment Option> 
- Payment option list of a subscription.
- PlanType string
- Subscription plan type.
- ShipTo stringCust Acct Role Id 
- Ship to customer account role.
- ShipTo stringCust Acct Site Id 
- Ship to customer account site address id.
- SubscriptionPlan stringNumber 
- Subscription plan number.
- TaxInfos List<SubscriptionTax Info> 
- Tax details.
- TimePersonal stringTo Corporate Conv 
- Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- TimePlan stringUpgrade 
- Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- TimeStart string
- Start date of the subscription.
- UpgradeState string
- Status of the upgrade.
- UpgradeState stringDetails 
- This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- AccountType string
- Account type.
- BillTo stringCust Account Id 
- Bill to customer Account id.
- BillingAddresses []SubscriptionBilling Address 
- Address details model.
- CurrencyCode string
- Currency code
- GsiOrg stringCode 
- GSI Subscription external code.
- Id string
- The provider-assigned unique ID for this managed resource.
- IsIntent boolTo Pay 
- Payment intension.
- LanguageCode string
- Language short code (en, de, hu, etc)
- OrganizationId string
- GSI organization external identifier.
- PaymentGateways []SubscriptionPayment Gateway 
- Payment gateway details.
- PaymentOptions []SubscriptionPayment Option 
- Payment option list of a subscription.
- PlanType string
- Subscription plan type.
- ShipTo stringCust Acct Role Id 
- Ship to customer account role.
- ShipTo stringCust Acct Site Id 
- Ship to customer account site address id.
- SubscriptionPlan stringNumber 
- Subscription plan number.
- TaxInfos []SubscriptionTax Info 
- Tax details.
- TimePersonal stringTo Corporate Conv 
- Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- TimePlan stringUpgrade 
- Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- TimeStart string
- Start date of the subscription.
- UpgradeState string
- Status of the upgrade.
- UpgradeState stringDetails 
- This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- accountType String
- Account type.
- billTo StringCust Account Id 
- Bill to customer Account id.
- billingAddresses List<SubscriptionBilling Address> 
- Address details model.
- currencyCode String
- Currency code
- gsiOrg StringCode 
- GSI Subscription external code.
- id String
- The provider-assigned unique ID for this managed resource.
- isIntent BooleanTo Pay 
- Payment intension.
- languageCode String
- Language short code (en, de, hu, etc)
- organizationId String
- GSI organization external identifier.
- paymentGateways List<SubscriptionPayment Gateway> 
- Payment gateway details.
- paymentOptions List<SubscriptionPayment Option> 
- Payment option list of a subscription.
- planType String
- Subscription plan type.
- shipTo StringCust Acct Role Id 
- Ship to customer account role.
- shipTo StringCust Acct Site Id 
- Ship to customer account site address id.
- subscriptionPlan StringNumber 
- Subscription plan number.
- taxInfos List<SubscriptionTax Info> 
- Tax details.
- timePersonal StringTo Corporate Conv 
- Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- timePlan StringUpgrade 
- Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- timeStart String
- Start date of the subscription.
- upgradeState String
- Status of the upgrade.
- upgradeState StringDetails 
- This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- accountType string
- Account type.
- billTo stringCust Account Id 
- Bill to customer Account id.
- billingAddresses SubscriptionBilling Address[] 
- Address details model.
- currencyCode string
- Currency code
- gsiOrg stringCode 
- GSI Subscription external code.
- id string
- The provider-assigned unique ID for this managed resource.
- isIntent booleanTo Pay 
- Payment intension.
- languageCode string
- Language short code (en, de, hu, etc)
- organizationId string
- GSI organization external identifier.
- paymentGateways SubscriptionPayment Gateway[] 
- Payment gateway details.
- paymentOptions SubscriptionPayment Option[] 
- Payment option list of a subscription.
- planType string
- Subscription plan type.
- shipTo stringCust Acct Role Id 
- Ship to customer account role.
- shipTo stringCust Acct Site Id 
- Ship to customer account site address id.
- subscriptionPlan stringNumber 
- Subscription plan number.
- taxInfos SubscriptionTax Info[] 
- Tax details.
- timePersonal stringTo Corporate Conv 
- Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- timePlan stringUpgrade 
- Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- timeStart string
- Start date of the subscription.
- upgradeState string
- Status of the upgrade.
- upgradeState stringDetails 
- This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- account_type str
- Account type.
- bill_to_ strcust_ account_ id 
- Bill to customer Account id.
- billing_addresses Sequence[SubscriptionBilling Address] 
- Address details model.
- currency_code str
- Currency code
- gsi_org_ strcode 
- GSI Subscription external code.
- id str
- The provider-assigned unique ID for this managed resource.
- is_intent_ boolto_ pay 
- Payment intension.
- language_code str
- Language short code (en, de, hu, etc)
- organization_id str
- GSI organization external identifier.
- payment_gateways Sequence[SubscriptionPayment Gateway] 
- Payment gateway details.
- payment_options Sequence[SubscriptionPayment Option] 
- Payment option list of a subscription.
- plan_type str
- Subscription plan type.
- ship_to_ strcust_ acct_ role_ id 
- Ship to customer account role.
- ship_to_ strcust_ acct_ site_ id 
- Ship to customer account site address id.
- subscription_plan_ strnumber 
- Subscription plan number.
- tax_infos Sequence[SubscriptionTax Info] 
- Tax details.
- time_personal_ strto_ corporate_ conv 
- Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time_plan_ strupgrade 
- Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time_start str
- Start date of the subscription.
- upgrade_state str
- Status of the upgrade.
- upgrade_state_ strdetails 
- This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- accountType String
- Account type.
- billTo StringCust Account Id 
- Bill to customer Account id.
- billingAddresses List<Property Map>
- Address details model.
- currencyCode String
- Currency code
- gsiOrg StringCode 
- GSI Subscription external code.
- id String
- The provider-assigned unique ID for this managed resource.
- isIntent BooleanTo Pay 
- Payment intension.
- languageCode String
- Language short code (en, de, hu, etc)
- organizationId String
- GSI organization external identifier.
- paymentGateways List<Property Map>
- Payment gateway details.
- paymentOptions List<Property Map>
- Payment option list of a subscription.
- planType String
- Subscription plan type.
- shipTo StringCust Acct Role Id 
- Ship to customer account role.
- shipTo StringCust Acct Site Id 
- Ship to customer account site address id.
- subscriptionPlan StringNumber 
- Subscription plan number.
- taxInfos List<Property Map>
- Tax details.
- timePersonal StringTo Corporate Conv 
- Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- timePlan StringUpgrade 
- Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- timeStart String
- Start date of the subscription.
- upgradeState String
- Status of the upgrade.
- upgradeState StringDetails 
- This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
Look up Existing Subscription Resource
Get an existing Subscription resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: SubscriptionState, opts?: CustomResourceOptions): Subscription@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        account_type: Optional[str] = None,
        bill_to_cust_account_id: Optional[str] = None,
        billing_addresses: Optional[Sequence[SubscriptionBillingAddressArgs]] = None,
        compartment_id: Optional[str] = None,
        currency_code: Optional[str] = None,
        email: Optional[str] = None,
        gsi_org_code: Optional[str] = None,
        is_intent_to_pay: Optional[bool] = None,
        language_code: Optional[str] = None,
        organization_id: Optional[str] = None,
        osp_home_region: Optional[str] = None,
        payment_gateways: Optional[Sequence[SubscriptionPaymentGatewayArgs]] = None,
        payment_options: Optional[Sequence[SubscriptionPaymentOptionArgs]] = None,
        plan_type: Optional[str] = None,
        ship_to_cust_acct_role_id: Optional[str] = None,
        ship_to_cust_acct_site_id: Optional[str] = None,
        subscription: Optional[SubscriptionSubscriptionArgs] = None,
        subscription_id: Optional[str] = None,
        subscription_plan_number: Optional[str] = None,
        tax_infos: Optional[Sequence[SubscriptionTaxInfoArgs]] = None,
        time_personal_to_corporate_conv: Optional[str] = None,
        time_plan_upgrade: Optional[str] = None,
        time_start: Optional[str] = None,
        upgrade_state: Optional[str] = None,
        upgrade_state_details: Optional[str] = None) -> Subscriptionfunc GetSubscription(ctx *Context, name string, id IDInput, state *SubscriptionState, opts ...ResourceOption) (*Subscription, error)public static Subscription Get(string name, Input<string> id, SubscriptionState? state, CustomResourceOptions? opts = null)public static Subscription get(String name, Output<String> id, SubscriptionState state, CustomResourceOptions options)resources:  _:    type: oci:OspGateway:Subscription    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- AccountType string
- Account type.
- BillTo stringCust Account Id 
- Bill to customer Account id.
- BillingAddresses List<SubscriptionBilling Address> 
- Address details model.
- CompartmentId string
- (Updatable) The OCID of the compartment.
- CurrencyCode string
- Currency code
- Email string
- (Updatable) User email
- GsiOrg stringCode 
- GSI Subscription external code.
- IsIntent boolTo Pay 
- Payment intension.
- LanguageCode string
- Language short code (en, de, hu, etc)
- OrganizationId string
- GSI organization external identifier.
- OspHome stringRegion 
- (Updatable) The home region's public name of the logged in user.
- PaymentGateways List<SubscriptionPayment Gateway> 
- Payment gateway details.
- PaymentOptions List<SubscriptionPayment Option> 
- Payment option list of a subscription.
- PlanType string
- Subscription plan type.
- ShipTo stringCust Acct Role Id 
- Ship to customer account role.
- ShipTo stringCust Acct Site Id 
- Ship to customer account site address id.
- SubscriptionDetails SubscriptionSubscription 
- (Updatable) Subscription details object which extends the SubscriptionSummary
- SubscriptionId string
- Subscription id(OCID). - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- SubscriptionPlan stringNumber 
- Subscription plan number.
- TaxInfos List<SubscriptionTax Info> 
- Tax details.
- TimePersonal stringTo Corporate Conv 
- Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- TimePlan stringUpgrade 
- Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- TimeStart string
- Start date of the subscription.
- UpgradeState string
- Status of the upgrade.
- UpgradeState stringDetails 
- This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- AccountType string
- Account type.
- BillTo stringCust Account Id 
- Bill to customer Account id.
- BillingAddresses []SubscriptionBilling Address Args 
- Address details model.
- CompartmentId string
- (Updatable) The OCID of the compartment.
- CurrencyCode string
- Currency code
- Email string
- (Updatable) User email
- GsiOrg stringCode 
- GSI Subscription external code.
- IsIntent boolTo Pay 
- Payment intension.
- LanguageCode string
- Language short code (en, de, hu, etc)
- OrganizationId string
- GSI organization external identifier.
- OspHome stringRegion 
- (Updatable) The home region's public name of the logged in user.
- PaymentGateways []SubscriptionPayment Gateway Args 
- Payment gateway details.
- PaymentOptions []SubscriptionPayment Option Args 
- Payment option list of a subscription.
- PlanType string
- Subscription plan type.
- ShipTo stringCust Acct Role Id 
- Ship to customer account role.
- ShipTo stringCust Acct Site Id 
- Ship to customer account site address id.
- Subscription
SubscriptionSubscription Args 
- (Updatable) Subscription details object which extends the SubscriptionSummary
- SubscriptionId string
- Subscription id(OCID). - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- SubscriptionPlan stringNumber 
- Subscription plan number.
- TaxInfos []SubscriptionTax Info Args 
- Tax details.
- TimePersonal stringTo Corporate Conv 
- Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- TimePlan stringUpgrade 
- Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- TimeStart string
- Start date of the subscription.
- UpgradeState string
- Status of the upgrade.
- UpgradeState stringDetails 
- This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- accountType String
- Account type.
- billTo StringCust Account Id 
- Bill to customer Account id.
- billingAddresses List<SubscriptionBilling Address> 
- Address details model.
- compartmentId String
- (Updatable) The OCID of the compartment.
- currencyCode String
- Currency code
- email String
- (Updatable) User email
- gsiOrg StringCode 
- GSI Subscription external code.
- isIntent BooleanTo Pay 
- Payment intension.
- languageCode String
- Language short code (en, de, hu, etc)
- organizationId String
- GSI organization external identifier.
- ospHome StringRegion 
- (Updatable) The home region's public name of the logged in user.
- paymentGateways List<SubscriptionPayment Gateway> 
- Payment gateway details.
- paymentOptions List<SubscriptionPayment Option> 
- Payment option list of a subscription.
- planType String
- Subscription plan type.
- shipTo StringCust Acct Role Id 
- Ship to customer account role.
- shipTo StringCust Acct Site Id 
- Ship to customer account site address id.
- subscription
SubscriptionSubscription 
- (Updatable) Subscription details object which extends the SubscriptionSummary
- subscriptionId String
- Subscription id(OCID). - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- subscriptionPlan StringNumber 
- Subscription plan number.
- taxInfos List<SubscriptionTax Info> 
- Tax details.
- timePersonal StringTo Corporate Conv 
- Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- timePlan StringUpgrade 
- Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- timeStart String
- Start date of the subscription.
- upgradeState String
- Status of the upgrade.
- upgradeState StringDetails 
- This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- accountType string
- Account type.
- billTo stringCust Account Id 
- Bill to customer Account id.
- billingAddresses SubscriptionBilling Address[] 
- Address details model.
- compartmentId string
- (Updatable) The OCID of the compartment.
- currencyCode string
- Currency code
- email string
- (Updatable) User email
- gsiOrg stringCode 
- GSI Subscription external code.
- isIntent booleanTo Pay 
- Payment intension.
- languageCode string
- Language short code (en, de, hu, etc)
- organizationId string
- GSI organization external identifier.
- ospHome stringRegion 
- (Updatable) The home region's public name of the logged in user.
- paymentGateways SubscriptionPayment Gateway[] 
- Payment gateway details.
- paymentOptions SubscriptionPayment Option[] 
- Payment option list of a subscription.
- planType string
- Subscription plan type.
- shipTo stringCust Acct Role Id 
- Ship to customer account role.
- shipTo stringCust Acct Site Id 
- Ship to customer account site address id.
- subscription
SubscriptionSubscription 
- (Updatable) Subscription details object which extends the SubscriptionSummary
- subscriptionId string
- Subscription id(OCID). - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- subscriptionPlan stringNumber 
- Subscription plan number.
- taxInfos SubscriptionTax Info[] 
- Tax details.
- timePersonal stringTo Corporate Conv 
- Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- timePlan stringUpgrade 
- Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- timeStart string
- Start date of the subscription.
- upgradeState string
- Status of the upgrade.
- upgradeState stringDetails 
- This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- account_type str
- Account type.
- bill_to_ strcust_ account_ id 
- Bill to customer Account id.
- billing_addresses Sequence[SubscriptionBilling Address Args] 
- Address details model.
- compartment_id str
- (Updatable) The OCID of the compartment.
- currency_code str
- Currency code
- email str
- (Updatable) User email
- gsi_org_ strcode 
- GSI Subscription external code.
- is_intent_ boolto_ pay 
- Payment intension.
- language_code str
- Language short code (en, de, hu, etc)
- organization_id str
- GSI organization external identifier.
- osp_home_ strregion 
- (Updatable) The home region's public name of the logged in user.
- payment_gateways Sequence[SubscriptionPayment Gateway Args] 
- Payment gateway details.
- payment_options Sequence[SubscriptionPayment Option Args] 
- Payment option list of a subscription.
- plan_type str
- Subscription plan type.
- ship_to_ strcust_ acct_ role_ id 
- Ship to customer account role.
- ship_to_ strcust_ acct_ site_ id 
- Ship to customer account site address id.
- subscription
SubscriptionSubscription Args 
- (Updatable) Subscription details object which extends the SubscriptionSummary
- subscription_id str
- Subscription id(OCID). - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- subscription_plan_ strnumber 
- Subscription plan number.
- tax_infos Sequence[SubscriptionTax Info Args] 
- Tax details.
- time_personal_ strto_ corporate_ conv 
- Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time_plan_ strupgrade 
- Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time_start str
- Start date of the subscription.
- upgrade_state str
- Status of the upgrade.
- upgrade_state_ strdetails 
- This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- accountType String
- Account type.
- billTo StringCust Account Id 
- Bill to customer Account id.
- billingAddresses List<Property Map>
- Address details model.
- compartmentId String
- (Updatable) The OCID of the compartment.
- currencyCode String
- Currency code
- email String
- (Updatable) User email
- gsiOrg StringCode 
- GSI Subscription external code.
- isIntent BooleanTo Pay 
- Payment intension.
- languageCode String
- Language short code (en, de, hu, etc)
- organizationId String
- GSI organization external identifier.
- ospHome StringRegion 
- (Updatable) The home region's public name of the logged in user.
- paymentGateways List<Property Map>
- Payment gateway details.
- paymentOptions List<Property Map>
- Payment option list of a subscription.
- planType String
- Subscription plan type.
- shipTo StringCust Acct Role Id 
- Ship to customer account role.
- shipTo StringCust Acct Site Id 
- Ship to customer account site address id.
- subscription Property Map
- (Updatable) Subscription details object which extends the SubscriptionSummary
- subscriptionId String
- Subscription id(OCID). - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- subscriptionPlan StringNumber 
- Subscription plan number.
- taxInfos List<Property Map>
- Tax details.
- timePersonal StringTo Corporate Conv 
- Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- timePlan StringUpgrade 
- Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- timeStart String
- Start date of the subscription.
- upgradeState String
- Status of the upgrade.
- upgradeState StringDetails 
- This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
Supporting Types
SubscriptionBillingAddress, SubscriptionBillingAddressArgs      
- AddressKey string
- Address identifier.
- City string
- Name of the city.
- CompanyName string
- Name of the customer company.
- ContributorClass string
- Contributor class of the customer company.
- Country string
- Country of the address.
- County string
- County of the address.
- DepartmentName string
- Department name of the customer company.
- EmailAddress string
- The email address of the paypal user.
- FirstName string
- First name of the paypal user.
- InternalNumber string
- Internal number of the customer company.
- JobTitle string
- Job title of the contact person.
- LastName string
- Last name of the paypal user.
- Line1 string
- Address line 1.
- Line2 string
- Address line 2.
- Line3 string
- Address line 3.
- Line4 string
- Address line 4.
- MiddleName string
- Middle name of the contact person.
- MunicipalInscription string
- Municipal Inscription.
- PhoneCountry stringCode 
- Phone country code of the contact person.
- PhoneNumber string
- Phone number of the contact person.
- PostalCode string
- Post code of the address.
- Province string
- Province of the address.
- State string
- State of the address.
- StateInscription string
- State Inscription.
- StreetName string
- Street name of the address.
- StreetNumber string
- Street number of the address.
- AddressKey string
- Address identifier.
- City string
- Name of the city.
- CompanyName string
- Name of the customer company.
- ContributorClass string
- Contributor class of the customer company.
- Country string
- Country of the address.
- County string
- County of the address.
- DepartmentName string
- Department name of the customer company.
- EmailAddress string
- The email address of the paypal user.
- FirstName string
- First name of the paypal user.
- InternalNumber string
- Internal number of the customer company.
- JobTitle string
- Job title of the contact person.
- LastName string
- Last name of the paypal user.
- Line1 string
- Address line 1.
- Line2 string
- Address line 2.
- Line3 string
- Address line 3.
- Line4 string
- Address line 4.
- MiddleName string
- Middle name of the contact person.
- MunicipalInscription string
- Municipal Inscription.
- PhoneCountry stringCode 
- Phone country code of the contact person.
- PhoneNumber string
- Phone number of the contact person.
- PostalCode string
- Post code of the address.
- Province string
- Province of the address.
- State string
- State of the address.
- StateInscription string
- State Inscription.
- StreetName string
- Street name of the address.
- StreetNumber string
- Street number of the address.
- addressKey String
- Address identifier.
- city String
- Name of the city.
- companyName String
- Name of the customer company.
- contributorClass String
- Contributor class of the customer company.
- country String
- Country of the address.
- county String
- County of the address.
- departmentName String
- Department name of the customer company.
- emailAddress String
- The email address of the paypal user.
- firstName String
- First name of the paypal user.
- internalNumber String
- Internal number of the customer company.
- jobTitle String
- Job title of the contact person.
- lastName String
- Last name of the paypal user.
- line1 String
- Address line 1.
- line2 String
- Address line 2.
- line3 String
- Address line 3.
- line4 String
- Address line 4.
- middleName String
- Middle name of the contact person.
- municipalInscription String
- Municipal Inscription.
- phoneCountry StringCode 
- Phone country code of the contact person.
- phoneNumber String
- Phone number of the contact person.
- postalCode String
- Post code of the address.
- province String
- Province of the address.
- state String
- State of the address.
- stateInscription String
- State Inscription.
- streetName String
- Street name of the address.
- streetNumber String
- Street number of the address.
- addressKey string
- Address identifier.
- city string
- Name of the city.
- companyName string
- Name of the customer company.
- contributorClass string
- Contributor class of the customer company.
- country string
- Country of the address.
- county string
- County of the address.
- departmentName string
- Department name of the customer company.
- emailAddress string
- The email address of the paypal user.
- firstName string
- First name of the paypal user.
- internalNumber string
- Internal number of the customer company.
- jobTitle string
- Job title of the contact person.
- lastName string
- Last name of the paypal user.
- line1 string
- Address line 1.
- line2 string
- Address line 2.
- line3 string
- Address line 3.
- line4 string
- Address line 4.
- middleName string
- Middle name of the contact person.
- municipalInscription string
- Municipal Inscription.
- phoneCountry stringCode 
- Phone country code of the contact person.
- phoneNumber string
- Phone number of the contact person.
- postalCode string
- Post code of the address.
- province string
- Province of the address.
- state string
- State of the address.
- stateInscription string
- State Inscription.
- streetName string
- Street name of the address.
- streetNumber string
- Street number of the address.
- address_key str
- Address identifier.
- city str
- Name of the city.
- company_name str
- Name of the customer company.
- contributor_class str
- Contributor class of the customer company.
- country str
- Country of the address.
- county str
- County of the address.
- department_name str
- Department name of the customer company.
- email_address str
- The email address of the paypal user.
- first_name str
- First name of the paypal user.
- internal_number str
- Internal number of the customer company.
- job_title str
- Job title of the contact person.
- last_name str
- Last name of the paypal user.
- line1 str
- Address line 1.
- line2 str
- Address line 2.
- line3 str
- Address line 3.
- line4 str
- Address line 4.
- middle_name str
- Middle name of the contact person.
- municipal_inscription str
- Municipal Inscription.
- phone_country_ strcode 
- Phone country code of the contact person.
- phone_number str
- Phone number of the contact person.
- postal_code str
- Post code of the address.
- province str
- Province of the address.
- state str
- State of the address.
- state_inscription str
- State Inscription.
- street_name str
- Street name of the address.
- street_number str
- Street number of the address.
- addressKey String
- Address identifier.
- city String
- Name of the city.
- companyName String
- Name of the customer company.
- contributorClass String
- Contributor class of the customer company.
- country String
- Country of the address.
- county String
- County of the address.
- departmentName String
- Department name of the customer company.
- emailAddress String
- The email address of the paypal user.
- firstName String
- First name of the paypal user.
- internalNumber String
- Internal number of the customer company.
- jobTitle String
- Job title of the contact person.
- lastName String
- Last name of the paypal user.
- line1 String
- Address line 1.
- line2 String
- Address line 2.
- line3 String
- Address line 3.
- line4 String
- Address line 4.
- middleName String
- Middle name of the contact person.
- municipalInscription String
- Municipal Inscription.
- phoneCountry StringCode 
- Phone country code of the contact person.
- phoneNumber String
- Phone number of the contact person.
- postalCode String
- Post code of the address.
- province String
- Province of the address.
- state String
- State of the address.
- stateInscription String
- State Inscription.
- streetName String
- Street name of the address.
- streetNumber String
- Street number of the address.
SubscriptionPaymentGateway, SubscriptionPaymentGatewayArgs      
- MerchantDefined List<SubscriptionDatas Payment Gateway Merchant Defined Data> 
- Merchant details.
- MerchantDefined []SubscriptionDatas Payment Gateway Merchant Defined Data 
- Merchant details.
- merchantDefined List<SubscriptionDatas Payment Gateway Merchant Defined Data> 
- Merchant details.
- merchantDefined SubscriptionDatas Payment Gateway Merchant Defined Data[] 
- Merchant details.
- merchantDefined List<Property Map>Datas 
- Merchant details.
SubscriptionPaymentGatewayMerchantDefinedData, SubscriptionPaymentGatewayMerchantDefinedDataArgs            
- CloudAccount stringName 
- Cloud account name.
- PromoType string
- Promotion type code.
- CloudAccount stringName 
- Cloud account name.
- PromoType string
- Promotion type code.
- cloudAccount StringName 
- Cloud account name.
- promoType String
- Promotion type code.
- cloudAccount stringName 
- Cloud account name.
- promoType string
- Promotion type code.
- cloud_account_ strname 
- Cloud account name.
- promo_type str
- Promotion type code.
- cloudAccount StringName 
- Cloud account name.
- promoType String
- Promotion type code.
SubscriptionPaymentOption, SubscriptionPaymentOptionArgs      
- CreditCard stringType 
- Credit card type.
- EmailAddress string
- The email address of the paypal user.
- ExtBilling stringAgreement Id 
- Agreement id for the paypal account.
- FirstName string
- First name of the paypal user.
- LastDigits string
- Last four digits of the card.
- LastName string
- Last name of the paypal user.
- NameOn stringCard 
- Name on the credit card.
- PaymentMethod string
- Payment method
- TimeExpiration string
- Expired date of the credit card.
- WalletInstrument stringId 
- Wallet instrument internal id.
- WalletTransaction stringId 
- Wallet transaction id.
- CreditCard stringType 
- Credit card type.
- EmailAddress string
- The email address of the paypal user.
- ExtBilling stringAgreement Id 
- Agreement id for the paypal account.
- FirstName string
- First name of the paypal user.
- LastDigits string
- Last four digits of the card.
- LastName string
- Last name of the paypal user.
- NameOn stringCard 
- Name on the credit card.
- PaymentMethod string
- Payment method
- TimeExpiration string
- Expired date of the credit card.
- WalletInstrument stringId 
- Wallet instrument internal id.
- WalletTransaction stringId 
- Wallet transaction id.
- creditCard StringType 
- Credit card type.
- emailAddress String
- The email address of the paypal user.
- extBilling StringAgreement Id 
- Agreement id for the paypal account.
- firstName String
- First name of the paypal user.
- lastDigits String
- Last four digits of the card.
- lastName String
- Last name of the paypal user.
- nameOn StringCard 
- Name on the credit card.
- paymentMethod String
- Payment method
- timeExpiration String
- Expired date of the credit card.
- walletInstrument StringId 
- Wallet instrument internal id.
- walletTransaction StringId 
- Wallet transaction id.
- creditCard stringType 
- Credit card type.
- emailAddress string
- The email address of the paypal user.
- extBilling stringAgreement Id 
- Agreement id for the paypal account.
- firstName string
- First name of the paypal user.
- lastDigits string
- Last four digits of the card.
- lastName string
- Last name of the paypal user.
- nameOn stringCard 
- Name on the credit card.
- paymentMethod string
- Payment method
- timeExpiration string
- Expired date of the credit card.
- walletInstrument stringId 
- Wallet instrument internal id.
- walletTransaction stringId 
- Wallet transaction id.
- credit_card_ strtype 
- Credit card type.
- email_address str
- The email address of the paypal user.
- ext_billing_ stragreement_ id 
- Agreement id for the paypal account.
- first_name str
- First name of the paypal user.
- last_digits str
- Last four digits of the card.
- last_name str
- Last name of the paypal user.
- name_on_ strcard 
- Name on the credit card.
- payment_method str
- Payment method
- time_expiration str
- Expired date of the credit card.
- wallet_instrument_ strid 
- Wallet instrument internal id.
- wallet_transaction_ strid 
- Wallet transaction id.
- creditCard StringType 
- Credit card type.
- emailAddress String
- The email address of the paypal user.
- extBilling StringAgreement Id 
- Agreement id for the paypal account.
- firstName String
- First name of the paypal user.
- lastDigits String
- Last four digits of the card.
- lastName String
- Last name of the paypal user.
- nameOn StringCard 
- Name on the credit card.
- paymentMethod String
- Payment method
- timeExpiration String
- Expired date of the credit card.
- walletInstrument StringId 
- Wallet instrument internal id.
- walletTransaction StringId 
- Wallet transaction id.
SubscriptionSubscription, SubscriptionSubscriptionArgs    
- SubscriptionPlan stringNumber 
- (Updatable) Subscription plan number.
- AccountType string
- (Updatable) Account type.
- BillTo stringCust Account Id 
- (Updatable) Bill to customer Account id.
- BillingAddresses List<SubscriptionSubscription Billing Address> 
- (Updatable) Address details model.
- CurrencyCode string
- (Updatable) Currency code
- GsiOrg stringCode 
- (Updatable) GSI Subscription external code.
- Id string
- (Updatable) Subscription id identifier (OCID).
- IsIntent boolTo Pay 
- (Updatable) Payment intension.
- LanguageCode string
- (Updatable) Language short code (en, de, hu, etc)
- OrganizationId string
- (Updatable) GSI organization external identifier.
- PaymentGateway SubscriptionSubscription Payment Gateway 
- (Updatable) Payment gateway details.
- PaymentOptions List<SubscriptionSubscription Payment Option> 
- (Updatable) Payment option list of a subscription.
- PlanType string
- (Updatable) Subscription plan type.
- ShipTo stringCust Acct Role Id 
- (Updatable) Ship to customer account role.
- ShipTo stringCust Acct Site Id 
- (Updatable) Ship to customer account site address id.
- TaxInfo SubscriptionSubscription Tax Info 
- (Updatable) Tax details.
- TimePersonal stringTo Corporate Conv 
- (Updatable) Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- TimePlan stringUpgrade 
- (Updatable) Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- TimeStart string
- (Updatable) Start date of the subscription.
- UpgradeState string
- (Updatable) Status of the upgrade.
- UpgradeState stringDetails 
- (Updatable) This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- SubscriptionPlan stringNumber 
- (Updatable) Subscription plan number.
- AccountType string
- (Updatable) Account type.
- BillTo stringCust Account Id 
- (Updatable) Bill to customer Account id.
- BillingAddresses []SubscriptionSubscription Billing Address 
- (Updatable) Address details model.
- CurrencyCode string
- (Updatable) Currency code
- GsiOrg stringCode 
- (Updatable) GSI Subscription external code.
- Id string
- (Updatable) Subscription id identifier (OCID).
- IsIntent boolTo Pay 
- (Updatable) Payment intension.
- LanguageCode string
- (Updatable) Language short code (en, de, hu, etc)
- OrganizationId string
- (Updatable) GSI organization external identifier.
- PaymentGateway SubscriptionSubscription Payment Gateway 
- (Updatable) Payment gateway details.
- PaymentOptions []SubscriptionSubscription Payment Option 
- (Updatable) Payment option list of a subscription.
- PlanType string
- (Updatable) Subscription plan type.
- ShipTo stringCust Acct Role Id 
- (Updatable) Ship to customer account role.
- ShipTo stringCust Acct Site Id 
- (Updatable) Ship to customer account site address id.
- TaxInfo SubscriptionSubscription Tax Info 
- (Updatable) Tax details.
- TimePersonal stringTo Corporate Conv 
- (Updatable) Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- TimePlan stringUpgrade 
- (Updatable) Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- TimeStart string
- (Updatable) Start date of the subscription.
- UpgradeState string
- (Updatable) Status of the upgrade.
- UpgradeState stringDetails 
- (Updatable) This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- subscriptionPlan StringNumber 
- (Updatable) Subscription plan number.
- accountType String
- (Updatable) Account type.
- billTo StringCust Account Id 
- (Updatable) Bill to customer Account id.
- billingAddresses List<SubscriptionSubscription Billing Address> 
- (Updatable) Address details model.
- currencyCode String
- (Updatable) Currency code
- gsiOrg StringCode 
- (Updatable) GSI Subscription external code.
- id String
- (Updatable) Subscription id identifier (OCID).
- isIntent BooleanTo Pay 
- (Updatable) Payment intension.
- languageCode String
- (Updatable) Language short code (en, de, hu, etc)
- organizationId String
- (Updatable) GSI organization external identifier.
- paymentGateway SubscriptionSubscription Payment Gateway 
- (Updatable) Payment gateway details.
- paymentOptions List<SubscriptionSubscription Payment Option> 
- (Updatable) Payment option list of a subscription.
- planType String
- (Updatable) Subscription plan type.
- shipTo StringCust Acct Role Id 
- (Updatable) Ship to customer account role.
- shipTo StringCust Acct Site Id 
- (Updatable) Ship to customer account site address id.
- taxInfo SubscriptionSubscription Tax Info 
- (Updatable) Tax details.
- timePersonal StringTo Corporate Conv 
- (Updatable) Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- timePlan StringUpgrade 
- (Updatable) Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- timeStart String
- (Updatable) Start date of the subscription.
- upgradeState String
- (Updatable) Status of the upgrade.
- upgradeState StringDetails 
- (Updatable) This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- subscriptionPlan stringNumber 
- (Updatable) Subscription plan number.
- accountType string
- (Updatable) Account type.
- billTo stringCust Account Id 
- (Updatable) Bill to customer Account id.
- billingAddresses SubscriptionSubscription Billing Address[] 
- (Updatable) Address details model.
- currencyCode string
- (Updatable) Currency code
- gsiOrg stringCode 
- (Updatable) GSI Subscription external code.
- id string
- (Updatable) Subscription id identifier (OCID).
- isIntent booleanTo Pay 
- (Updatable) Payment intension.
- languageCode string
- (Updatable) Language short code (en, de, hu, etc)
- organizationId string
- (Updatable) GSI organization external identifier.
- paymentGateway SubscriptionSubscription Payment Gateway 
- (Updatable) Payment gateway details.
- paymentOptions SubscriptionSubscription Payment Option[] 
- (Updatable) Payment option list of a subscription.
- planType string
- (Updatable) Subscription plan type.
- shipTo stringCust Acct Role Id 
- (Updatable) Ship to customer account role.
- shipTo stringCust Acct Site Id 
- (Updatable) Ship to customer account site address id.
- taxInfo SubscriptionSubscription Tax Info 
- (Updatable) Tax details.
- timePersonal stringTo Corporate Conv 
- (Updatable) Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- timePlan stringUpgrade 
- (Updatable) Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- timeStart string
- (Updatable) Start date of the subscription.
- upgradeState string
- (Updatable) Status of the upgrade.
- upgradeState stringDetails 
- (Updatable) This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- subscription_plan_ strnumber 
- (Updatable) Subscription plan number.
- account_type str
- (Updatable) Account type.
- bill_to_ strcust_ account_ id 
- (Updatable) Bill to customer Account id.
- billing_addresses Sequence[SubscriptionSubscription Billing Address] 
- (Updatable) Address details model.
- currency_code str
- (Updatable) Currency code
- gsi_org_ strcode 
- (Updatable) GSI Subscription external code.
- id str
- (Updatable) Subscription id identifier (OCID).
- is_intent_ boolto_ pay 
- (Updatable) Payment intension.
- language_code str
- (Updatable) Language short code (en, de, hu, etc)
- organization_id str
- (Updatable) GSI organization external identifier.
- payment_gateway SubscriptionSubscription Payment Gateway 
- (Updatable) Payment gateway details.
- payment_options Sequence[SubscriptionSubscription Payment Option] 
- (Updatable) Payment option list of a subscription.
- plan_type str
- (Updatable) Subscription plan type.
- ship_to_ strcust_ acct_ role_ id 
- (Updatable) Ship to customer account role.
- ship_to_ strcust_ acct_ site_ id 
- (Updatable) Ship to customer account site address id.
- tax_info SubscriptionSubscription Tax Info 
- (Updatable) Tax details.
- time_personal_ strto_ corporate_ conv 
- (Updatable) Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time_plan_ strupgrade 
- (Updatable) Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time_start str
- (Updatable) Start date of the subscription.
- upgrade_state str
- (Updatable) Status of the upgrade.
- upgrade_state_ strdetails 
- (Updatable) This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
- subscriptionPlan StringNumber 
- (Updatable) Subscription plan number.
- accountType String
- (Updatable) Account type.
- billTo StringCust Account Id 
- (Updatable) Bill to customer Account id.
- billingAddresses List<Property Map>
- (Updatable) Address details model.
- currencyCode String
- (Updatable) Currency code
- gsiOrg StringCode 
- (Updatable) GSI Subscription external code.
- id String
- (Updatable) Subscription id identifier (OCID).
- isIntent BooleanTo Pay 
- (Updatable) Payment intension.
- languageCode String
- (Updatable) Language short code (en, de, hu, etc)
- organizationId String
- (Updatable) GSI organization external identifier.
- paymentGateway Property Map
- (Updatable) Payment gateway details.
- paymentOptions List<Property Map>
- (Updatable) Payment option list of a subscription.
- planType String
- (Updatable) Subscription plan type.
- shipTo StringCust Acct Role Id 
- (Updatable) Ship to customer account role.
- shipTo StringCust Acct Site Id 
- (Updatable) Ship to customer account site address id.
- taxInfo Property Map
- (Updatable) Tax details.
- timePersonal StringTo Corporate Conv 
- (Updatable) Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- timePlan StringUpgrade 
- (Updatable) Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- timeStart String
- (Updatable) Start date of the subscription.
- upgradeState String
- (Updatable) Status of the upgrade.
- upgradeState StringDetails 
- (Updatable) This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
SubscriptionSubscriptionBillingAddress, SubscriptionSubscriptionBillingAddressArgs        
- AddressKey string
- (Updatable) Address identifier.
- City string
- (Updatable) Name of the city.
- CompanyName string
- (Updatable) Name of the customer company.
- ContributorClass string
- (Updatable) Contributor class of the customer company.
- Country string
- (Updatable) Country of the address.
- County string
- (Updatable) County of the address.
- DepartmentName string
- (Updatable) Department name of the customer company.
- EmailAddress string
- (Updatable) Contact person email address.
- FirstName string
- (Updatable) First name of the contact person.
- InternalNumber string
- (Updatable) Internal number of the customer company.
- JobTitle string
- (Updatable) Job title of the contact person.
- LastName string
- (Updatable) Last name of the contact person.
- Line1 string
- (Updatable) Address line 1.
- Line2 string
- (Updatable) Address line 2.
- Line3 string
- (Updatable) Address line 3.
- Line4 string
- (Updatable) Address line 4.
- MiddleName string
- (Updatable) Middle name of the contact person.
- MunicipalInscription string
- (Updatable) Municipal Inscription.
- PhoneCountry stringCode 
- (Updatable) Phone country code of the contact person.
- PhoneNumber string
- (Updatable) Phone number of the contact person.
- PostalCode string
- (Updatable) Post code of the address.
- Province string
- (Updatable) Province of the address.
- State string
- (Updatable) State of the address.
- StateInscription string
- (Updatable) State Inscription.
- StreetName string
- (Updatable) Street name of the address.
- StreetNumber string
- (Updatable) Street number of the address.
- AddressKey string
- (Updatable) Address identifier.
- City string
- (Updatable) Name of the city.
- CompanyName string
- (Updatable) Name of the customer company.
- ContributorClass string
- (Updatable) Contributor class of the customer company.
- Country string
- (Updatable) Country of the address.
- County string
- (Updatable) County of the address.
- DepartmentName string
- (Updatable) Department name of the customer company.
- EmailAddress string
- (Updatable) Contact person email address.
- FirstName string
- (Updatable) First name of the contact person.
- InternalNumber string
- (Updatable) Internal number of the customer company.
- JobTitle string
- (Updatable) Job title of the contact person.
- LastName string
- (Updatable) Last name of the contact person.
- Line1 string
- (Updatable) Address line 1.
- Line2 string
- (Updatable) Address line 2.
- Line3 string
- (Updatable) Address line 3.
- Line4 string
- (Updatable) Address line 4.
- MiddleName string
- (Updatable) Middle name of the contact person.
- MunicipalInscription string
- (Updatable) Municipal Inscription.
- PhoneCountry stringCode 
- (Updatable) Phone country code of the contact person.
- PhoneNumber string
- (Updatable) Phone number of the contact person.
- PostalCode string
- (Updatable) Post code of the address.
- Province string
- (Updatable) Province of the address.
- State string
- (Updatable) State of the address.
- StateInscription string
- (Updatable) State Inscription.
- StreetName string
- (Updatable) Street name of the address.
- StreetNumber string
- (Updatable) Street number of the address.
- addressKey String
- (Updatable) Address identifier.
- city String
- (Updatable) Name of the city.
- companyName String
- (Updatable) Name of the customer company.
- contributorClass String
- (Updatable) Contributor class of the customer company.
- country String
- (Updatable) Country of the address.
- county String
- (Updatable) County of the address.
- departmentName String
- (Updatable) Department name of the customer company.
- emailAddress String
- (Updatable) Contact person email address.
- firstName String
- (Updatable) First name of the contact person.
- internalNumber String
- (Updatable) Internal number of the customer company.
- jobTitle String
- (Updatable) Job title of the contact person.
- lastName String
- (Updatable) Last name of the contact person.
- line1 String
- (Updatable) Address line 1.
- line2 String
- (Updatable) Address line 2.
- line3 String
- (Updatable) Address line 3.
- line4 String
- (Updatable) Address line 4.
- middleName String
- (Updatable) Middle name of the contact person.
- municipalInscription String
- (Updatable) Municipal Inscription.
- phoneCountry StringCode 
- (Updatable) Phone country code of the contact person.
- phoneNumber String
- (Updatable) Phone number of the contact person.
- postalCode String
- (Updatable) Post code of the address.
- province String
- (Updatable) Province of the address.
- state String
- (Updatable) State of the address.
- stateInscription String
- (Updatable) State Inscription.
- streetName String
- (Updatable) Street name of the address.
- streetNumber String
- (Updatable) Street number of the address.
- addressKey string
- (Updatable) Address identifier.
- city string
- (Updatable) Name of the city.
- companyName string
- (Updatable) Name of the customer company.
- contributorClass string
- (Updatable) Contributor class of the customer company.
- country string
- (Updatable) Country of the address.
- county string
- (Updatable) County of the address.
- departmentName string
- (Updatable) Department name of the customer company.
- emailAddress string
- (Updatable) Contact person email address.
- firstName string
- (Updatable) First name of the contact person.
- internalNumber string
- (Updatable) Internal number of the customer company.
- jobTitle string
- (Updatable) Job title of the contact person.
- lastName string
- (Updatable) Last name of the contact person.
- line1 string
- (Updatable) Address line 1.
- line2 string
- (Updatable) Address line 2.
- line3 string
- (Updatable) Address line 3.
- line4 string
- (Updatable) Address line 4.
- middleName string
- (Updatable) Middle name of the contact person.
- municipalInscription string
- (Updatable) Municipal Inscription.
- phoneCountry stringCode 
- (Updatable) Phone country code of the contact person.
- phoneNumber string
- (Updatable) Phone number of the contact person.
- postalCode string
- (Updatable) Post code of the address.
- province string
- (Updatable) Province of the address.
- state string
- (Updatable) State of the address.
- stateInscription string
- (Updatable) State Inscription.
- streetName string
- (Updatable) Street name of the address.
- streetNumber string
- (Updatable) Street number of the address.
- address_key str
- (Updatable) Address identifier.
- city str
- (Updatable) Name of the city.
- company_name str
- (Updatable) Name of the customer company.
- contributor_class str
- (Updatable) Contributor class of the customer company.
- country str
- (Updatable) Country of the address.
- county str
- (Updatable) County of the address.
- department_name str
- (Updatable) Department name of the customer company.
- email_address str
- (Updatable) Contact person email address.
- first_name str
- (Updatable) First name of the contact person.
- internal_number str
- (Updatable) Internal number of the customer company.
- job_title str
- (Updatable) Job title of the contact person.
- last_name str
- (Updatable) Last name of the contact person.
- line1 str
- (Updatable) Address line 1.
- line2 str
- (Updatable) Address line 2.
- line3 str
- (Updatable) Address line 3.
- line4 str
- (Updatable) Address line 4.
- middle_name str
- (Updatable) Middle name of the contact person.
- municipal_inscription str
- (Updatable) Municipal Inscription.
- phone_country_ strcode 
- (Updatable) Phone country code of the contact person.
- phone_number str
- (Updatable) Phone number of the contact person.
- postal_code str
- (Updatable) Post code of the address.
- province str
- (Updatable) Province of the address.
- state str
- (Updatable) State of the address.
- state_inscription str
- (Updatable) State Inscription.
- street_name str
- (Updatable) Street name of the address.
- street_number str
- (Updatable) Street number of the address.
- addressKey String
- (Updatable) Address identifier.
- city String
- (Updatable) Name of the city.
- companyName String
- (Updatable) Name of the customer company.
- contributorClass String
- (Updatable) Contributor class of the customer company.
- country String
- (Updatable) Country of the address.
- county String
- (Updatable) County of the address.
- departmentName String
- (Updatable) Department name of the customer company.
- emailAddress String
- (Updatable) Contact person email address.
- firstName String
- (Updatable) First name of the contact person.
- internalNumber String
- (Updatable) Internal number of the customer company.
- jobTitle String
- (Updatable) Job title of the contact person.
- lastName String
- (Updatable) Last name of the contact person.
- line1 String
- (Updatable) Address line 1.
- line2 String
- (Updatable) Address line 2.
- line3 String
- (Updatable) Address line 3.
- line4 String
- (Updatable) Address line 4.
- middleName String
- (Updatable) Middle name of the contact person.
- municipalInscription String
- (Updatable) Municipal Inscription.
- phoneCountry StringCode 
- (Updatable) Phone country code of the contact person.
- phoneNumber String
- (Updatable) Phone number of the contact person.
- postalCode String
- (Updatable) Post code of the address.
- province String
- (Updatable) Province of the address.
- state String
- (Updatable) State of the address.
- stateInscription String
- (Updatable) State Inscription.
- streetName String
- (Updatable) Street name of the address.
- streetNumber String
- (Updatable) Street number of the address.
SubscriptionSubscriptionPaymentGateway, SubscriptionSubscriptionPaymentGatewayArgs        
- MerchantDefined SubscriptionData Subscription Payment Gateway Merchant Defined Data 
- (Updatable) Merchant details.
- MerchantDefined SubscriptionData Subscription Payment Gateway Merchant Defined Data 
- (Updatable) Merchant details.
- merchantDefined SubscriptionData Subscription Payment Gateway Merchant Defined Data 
- (Updatable) Merchant details.
- merchantDefined SubscriptionData Subscription Payment Gateway Merchant Defined Data 
- (Updatable) Merchant details.
- merchant_defined_ Subscriptiondata Subscription Payment Gateway Merchant Defined Data 
- (Updatable) Merchant details.
- merchantDefined Property MapData 
- (Updatable) Merchant details.
SubscriptionSubscriptionPaymentGatewayMerchantDefinedData, SubscriptionSubscriptionPaymentGatewayMerchantDefinedDataArgs              
- CloudAccount stringName 
- (Updatable) Cloud account name.
- PromoType string
- (Updatable) Promotion type code.
- CloudAccount stringName 
- (Updatable) Cloud account name.
- PromoType string
- (Updatable) Promotion type code.
- cloudAccount StringName 
- (Updatable) Cloud account name.
- promoType String
- (Updatable) Promotion type code.
- cloudAccount stringName 
- (Updatable) Cloud account name.
- promoType string
- (Updatable) Promotion type code.
- cloud_account_ strname 
- (Updatable) Cloud account name.
- promo_type str
- (Updatable) Promotion type code.
- cloudAccount StringName 
- (Updatable) Cloud account name.
- promoType String
- (Updatable) Promotion type code.
SubscriptionSubscriptionPaymentOption, SubscriptionSubscriptionPaymentOptionArgs        
- PaymentMethod string
- (Updatable) Payment method
- CreditCard stringType 
- (Updatable) Credit card type.
- EmailAddress string
- (Updatable) The email address of the paypal user.
- ExtBilling stringAgreement Id 
- (Updatable) Agreement id for the paypal account.
- FirstName string
- (Updatable) First name of the paypal user.
- LastDigits string
- (Updatable) Last four digits of the card.
- LastName string
- (Updatable) Last name of the paypal user.
- NameOn stringCard 
- (Updatable) Name on the credit card.
- TimeExpiration string
- (Updatable) Expired date of the credit card.
- WalletInstrument stringId 
- (Updatable) Wallet instrument internal id.
- WalletTransaction stringId 
- (Updatable) Wallet transaction id.
- PaymentMethod string
- (Updatable) Payment method
- CreditCard stringType 
- (Updatable) Credit card type.
- EmailAddress string
- (Updatable) The email address of the paypal user.
- ExtBilling stringAgreement Id 
- (Updatable) Agreement id for the paypal account.
- FirstName string
- (Updatable) First name of the paypal user.
- LastDigits string
- (Updatable) Last four digits of the card.
- LastName string
- (Updatable) Last name of the paypal user.
- NameOn stringCard 
- (Updatable) Name on the credit card.
- TimeExpiration string
- (Updatable) Expired date of the credit card.
- WalletInstrument stringId 
- (Updatable) Wallet instrument internal id.
- WalletTransaction stringId 
- (Updatable) Wallet transaction id.
- paymentMethod String
- (Updatable) Payment method
- creditCard StringType 
- (Updatable) Credit card type.
- emailAddress String
- (Updatable) The email address of the paypal user.
- extBilling StringAgreement Id 
- (Updatable) Agreement id for the paypal account.
- firstName String
- (Updatable) First name of the paypal user.
- lastDigits String
- (Updatable) Last four digits of the card.
- lastName String
- (Updatable) Last name of the paypal user.
- nameOn StringCard 
- (Updatable) Name on the credit card.
- timeExpiration String
- (Updatable) Expired date of the credit card.
- walletInstrument StringId 
- (Updatable) Wallet instrument internal id.
- walletTransaction StringId 
- (Updatable) Wallet transaction id.
- paymentMethod string
- (Updatable) Payment method
- creditCard stringType 
- (Updatable) Credit card type.
- emailAddress string
- (Updatable) The email address of the paypal user.
- extBilling stringAgreement Id 
- (Updatable) Agreement id for the paypal account.
- firstName string
- (Updatable) First name of the paypal user.
- lastDigits string
- (Updatable) Last four digits of the card.
- lastName string
- (Updatable) Last name of the paypal user.
- nameOn stringCard 
- (Updatable) Name on the credit card.
- timeExpiration string
- (Updatable) Expired date of the credit card.
- walletInstrument stringId 
- (Updatable) Wallet instrument internal id.
- walletTransaction stringId 
- (Updatable) Wallet transaction id.
- payment_method str
- (Updatable) Payment method
- credit_card_ strtype 
- (Updatable) Credit card type.
- email_address str
- (Updatable) The email address of the paypal user.
- ext_billing_ stragreement_ id 
- (Updatable) Agreement id for the paypal account.
- first_name str
- (Updatable) First name of the paypal user.
- last_digits str
- (Updatable) Last four digits of the card.
- last_name str
- (Updatable) Last name of the paypal user.
- name_on_ strcard 
- (Updatable) Name on the credit card.
- time_expiration str
- (Updatable) Expired date of the credit card.
- wallet_instrument_ strid 
- (Updatable) Wallet instrument internal id.
- wallet_transaction_ strid 
- (Updatable) Wallet transaction id.
- paymentMethod String
- (Updatable) Payment method
- creditCard StringType 
- (Updatable) Credit card type.
- emailAddress String
- (Updatable) The email address of the paypal user.
- extBilling StringAgreement Id 
- (Updatable) Agreement id for the paypal account.
- firstName String
- (Updatable) First name of the paypal user.
- lastDigits String
- (Updatable) Last four digits of the card.
- lastName String
- (Updatable) Last name of the paypal user.
- nameOn StringCard 
- (Updatable) Name on the credit card.
- timeExpiration String
- (Updatable) Expired date of the credit card.
- walletInstrument StringId 
- (Updatable) Wallet instrument internal id.
- walletTransaction StringId 
- (Updatable) Wallet transaction id.
SubscriptionSubscriptionTaxInfo, SubscriptionSubscriptionTaxInfoArgs        
- NoTax stringReason Code 
- (Updatable) Tax exemption reason code.
- NoTax stringReason Code Details 
- (Updatable) Tax exemption reason description.
- TaxCnpj string
- (Updatable) Brazilian companies' CNPJ number.
- TaxPayer stringId 
- (Updatable) Tay payer identifier.
- TaxReg stringNumber 
- (Updatable) Tax registration number.
- NoTax stringReason Code 
- (Updatable) Tax exemption reason code.
- NoTax stringReason Code Details 
- (Updatable) Tax exemption reason description.
- TaxCnpj string
- (Updatable) Brazilian companies' CNPJ number.
- TaxPayer stringId 
- (Updatable) Tay payer identifier.
- TaxReg stringNumber 
- (Updatable) Tax registration number.
- noTax StringReason Code 
- (Updatable) Tax exemption reason code.
- noTax StringReason Code Details 
- (Updatable) Tax exemption reason description.
- taxCnpj String
- (Updatable) Brazilian companies' CNPJ number.
- taxPayer StringId 
- (Updatable) Tay payer identifier.
- taxReg StringNumber 
- (Updatable) Tax registration number.
- noTax stringReason Code 
- (Updatable) Tax exemption reason code.
- noTax stringReason Code Details 
- (Updatable) Tax exemption reason description.
- taxCnpj string
- (Updatable) Brazilian companies' CNPJ number.
- taxPayer stringId 
- (Updatable) Tay payer identifier.
- taxReg stringNumber 
- (Updatable) Tax registration number.
- no_tax_ strreason_ code 
- (Updatable) Tax exemption reason code.
- no_tax_ strreason_ code_ details 
- (Updatable) Tax exemption reason description.
- tax_cnpj str
- (Updatable) Brazilian companies' CNPJ number.
- tax_payer_ strid 
- (Updatable) Tay payer identifier.
- tax_reg_ strnumber 
- (Updatable) Tax registration number.
- noTax StringReason Code 
- (Updatable) Tax exemption reason code.
- noTax StringReason Code Details 
- (Updatable) Tax exemption reason description.
- taxCnpj String
- (Updatable) Brazilian companies' CNPJ number.
- taxPayer StringId 
- (Updatable) Tay payer identifier.
- taxReg StringNumber 
- (Updatable) Tax registration number.
SubscriptionTaxInfo, SubscriptionTaxInfoArgs      
- Giro string
- Companies' GIRO code
- NoTax stringReason Code 
- Tax exemption reason code.
- NoTax stringReason Code Details 
- Tax exemption reason description.
- TaxCnpj string
- Brazilian companies' CNPJ number.
- TaxPayer stringId 
- Tay payer identifier.
- TaxReg stringNumber 
- Tax registration number.
- Giro string
- Companies' GIRO code
- NoTax stringReason Code 
- Tax exemption reason code.
- NoTax stringReason Code Details 
- Tax exemption reason description.
- TaxCnpj string
- Brazilian companies' CNPJ number.
- TaxPayer stringId 
- Tay payer identifier.
- TaxReg stringNumber 
- Tax registration number.
- giro String
- Companies' GIRO code
- noTax StringReason Code 
- Tax exemption reason code.
- noTax StringReason Code Details 
- Tax exemption reason description.
- taxCnpj String
- Brazilian companies' CNPJ number.
- taxPayer StringId 
- Tay payer identifier.
- taxReg StringNumber 
- Tax registration number.
- giro string
- Companies' GIRO code
- noTax stringReason Code 
- Tax exemption reason code.
- noTax stringReason Code Details 
- Tax exemption reason description.
- taxCnpj string
- Brazilian companies' CNPJ number.
- taxPayer stringId 
- Tay payer identifier.
- taxReg stringNumber 
- Tax registration number.
- giro str
- Companies' GIRO code
- no_tax_ strreason_ code 
- Tax exemption reason code.
- no_tax_ strreason_ code_ details 
- Tax exemption reason description.
- tax_cnpj str
- Brazilian companies' CNPJ number.
- tax_payer_ strid 
- Tay payer identifier.
- tax_reg_ strnumber 
- Tax registration number.
- giro String
- Companies' GIRO code
- noTax StringReason Code 
- Tax exemption reason code.
- noTax StringReason Code Details 
- Tax exemption reason description.
- taxCnpj String
- Brazilian companies' CNPJ number.
- taxPayer StringId 
- Tay payer identifier.
- taxReg StringNumber 
- Tax registration number.
Import
Subscriptions can be imported using the id, e.g.
$ pulumi import oci:OspGateway/subscription:Subscription test_subscription "subscriptions/{subscriptionId}/compartmentId/{compartmentId}/ospHomeRegion/{ospHomeRegion}"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.