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[_ospgateway.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",
},
},
TimeStart = "string",
CurrencyCode = "string",
GsiOrgCode = "string",
Id = "string",
IsIntentToPay = false,
LanguageCode = "string",
PlanType = "string",
UpgradeStateDetails = "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",
},
},
OrganizationId = "string",
ShipToCustAcctRoleId = "string",
ShipToCustAcctSiteId = "string",
BillToCustAccountId = "string",
TaxInfo = new Oci.OspGateway.Inputs.SubscriptionSubscriptionTaxInfoArgs
{
NoTaxReasonCode = "string",
NoTaxReasonCodeDetails = "string",
TaxCnpj = "string",
TaxPayerId = "string",
TaxRegNumber = "string",
},
TimePersonalToCorporateConv = "string",
TimePlanUpgrade = "string",
AccountType = "string",
UpgradeState = "string",
PaymentGateway = new Oci.OspGateway.Inputs.SubscriptionSubscriptionPaymentGatewayArgs
{
MerchantDefinedData = new Oci.OspGateway.Inputs.SubscriptionSubscriptionPaymentGatewayMerchantDefinedDataArgs
{
CloudAccountName = "string",
PromoType = "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"),
},
},
TimeStart: pulumi.String("string"),
CurrencyCode: pulumi.String("string"),
GsiOrgCode: pulumi.String("string"),
Id: pulumi.String("string"),
IsIntentToPay: pulumi.Bool(false),
LanguageCode: pulumi.String("string"),
PlanType: pulumi.String("string"),
UpgradeStateDetails: 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"),
},
},
OrganizationId: pulumi.String("string"),
ShipToCustAcctRoleId: pulumi.String("string"),
ShipToCustAcctSiteId: 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"),
AccountType: pulumi.String("string"),
UpgradeState: pulumi.String("string"),
PaymentGateway: &ospgateway.SubscriptionSubscriptionPaymentGatewayArgs{
MerchantDefinedData: &ospgateway.SubscriptionSubscriptionPaymentGatewayMerchantDefinedDataArgs{
CloudAccountName: pulumi.String("string"),
PromoType: pulumi.String("string"),
},
},
},
SubscriptionId: pulumi.String("string"),
})
var ociSubscriptionResource = new Subscription("ociSubscriptionResource", 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())
.timeStart("string")
.currencyCode("string")
.gsiOrgCode("string")
.id("string")
.isIntentToPay(false)
.languageCode("string")
.planType("string")
.upgradeStateDetails("string")
.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())
.organizationId("string")
.shipToCustAcctRoleId("string")
.shipToCustAcctSiteId("string")
.billToCustAccountId("string")
.taxInfo(SubscriptionSubscriptionTaxInfoArgs.builder()
.noTaxReasonCode("string")
.noTaxReasonCodeDetails("string")
.taxCnpj("string")
.taxPayerId("string")
.taxRegNumber("string")
.build())
.timePersonalToCorporateConv("string")
.timePlanUpgrade("string")
.accountType("string")
.upgradeState("string")
.paymentGateway(SubscriptionSubscriptionPaymentGatewayArgs.builder()
.merchantDefinedData(SubscriptionSubscriptionPaymentGatewayMerchantDefinedDataArgs.builder()
.cloudAccountName("string")
.promoType("string")
.build())
.build())
.build())
.subscriptionId("string")
.build());
oci_subscription_resource = oci.osp_gateway.Subscription("ociSubscriptionResource",
compartment_id="string",
email="string",
osp_home_region="string",
subscription=oci.osp_gateway.SubscriptionSubscriptionArgs(
subscription_plan_number="string",
payment_options=[oci.osp_gateway.SubscriptionSubscriptionPaymentOptionArgs(
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",
)],
time_start="string",
currency_code="string",
gsi_org_code="string",
id="string",
is_intent_to_pay=False,
language_code="string",
plan_type="string",
upgrade_state_details="string",
billing_addresses=[oci.osp_gateway.SubscriptionSubscriptionBillingAddressArgs(
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",
)],
organization_id="string",
ship_to_cust_acct_role_id="string",
ship_to_cust_acct_site_id="string",
bill_to_cust_account_id="string",
tax_info=oci.osp_gateway.SubscriptionSubscriptionTaxInfoArgs(
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",
account_type="string",
upgrade_state="string",
payment_gateway=oci.osp_gateway.SubscriptionSubscriptionPaymentGatewayArgs(
merchant_defined_data=oci.osp_gateway.SubscriptionSubscriptionPaymentGatewayMerchantDefinedDataArgs(
cloud_account_name="string",
promo_type="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",
}],
timeStart: "string",
currencyCode: "string",
gsiOrgCode: "string",
id: "string",
isIntentToPay: false,
languageCode: "string",
planType: "string",
upgradeStateDetails: "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",
}],
organizationId: "string",
shipToCustAcctRoleId: "string",
shipToCustAcctSiteId: "string",
billToCustAccountId: "string",
taxInfo: {
noTaxReasonCode: "string",
noTaxReasonCodeDetails: "string",
taxCnpj: "string",
taxPayerId: "string",
taxRegNumber: "string",
},
timePersonalToCorporateConv: "string",
timePlanUpgrade: "string",
accountType: "string",
upgradeState: "string",
paymentGateway: {
merchantDefinedData: {
cloudAccountName: "string",
promoType: "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
The Subscription resource accepts the following input properties:
- Compartment
Id string - (Updatable) The OCID of the compartment.
- Email string
- (Updatable) User email
- Osp
Home stringRegion - (Updatable) The home region's public name of the logged in user.
- Subscription
Details SubscriptionSubscription - (Updatable) Subscription details object which extends the SubscriptionSummary
- Subscription
Id 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 string - (Updatable) The OCID of the compartment.
- Email string
- (Updatable) User email
- Osp
Home stringRegion - (Updatable) The home region's public name of the logged in user.
- Subscription
Subscription
Subscription Args - (Updatable) Subscription details object which extends the SubscriptionSummary
- Subscription
Id 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 String - (Updatable) The OCID of the compartment.
- email String
- (Updatable) User email
- osp
Home StringRegion - (Updatable) The home region's public name of the logged in user.
- subscription
Subscription
Subscription - (Updatable) Subscription details object which extends the SubscriptionSummary
- subscription
Id 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 string - (Updatable) The OCID of the compartment.
- email string
- (Updatable) User email
- osp
Home stringRegion - (Updatable) The home region's public name of the logged in user.
- subscription
Subscription
Subscription - (Updatable) Subscription details object which extends the SubscriptionSummary
- subscription
Id 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
ospgateway.
Subscription Subscription 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
- compartment
Id String - (Updatable) The OCID of the compartment.
- email String
- (Updatable) User email
- osp
Home StringRegion - (Updatable) The home region's public name of the logged in user.
- subscription Property Map
- (Updatable) Subscription details object which extends the SubscriptionSummary
- subscription
Id 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:
- Account
Type string - Account type.
- Bill
To stringCust Account Id - Bill to customer Account id.
- Billing
Addresses List<SubscriptionBilling Address> - Address details model.
- Currency
Code string - Currency code
- Gsi
Org stringCode - GSI Subscription external code.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Intent boolTo Pay - Payment intension.
- Language
Code string - Language short code (en, de, hu, etc)
- Organization
Id string - GSI organization external identifier.
- Payment
Gateways List<SubscriptionPayment Gateway> - Payment gateway details.
- Payment
Options List<SubscriptionPayment Option> - Payment option list of a subscription.
- Plan
Type string - Subscription plan type.
- Ship
To stringCust Acct Role Id - Ship to customer account role.
- Ship
To stringCust Acct Site Id - Ship to customer account site address id.
- Subscription
Plan stringNumber - Subscription plan number.
- Tax
Infos List<SubscriptionTax Info> - Tax details.
- Time
Personal stringTo Corporate Conv - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- Time
Plan stringUpgrade - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- Time
Start string - Start date of the subscription.
- Upgrade
State string - Status of the upgrade.
- Upgrade
State 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 string - Account type.
- Bill
To stringCust Account Id - Bill to customer Account id.
- Billing
Addresses []SubscriptionBilling Address - Address details model.
- Currency
Code string - Currency code
- Gsi
Org stringCode - GSI Subscription external code.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Intent boolTo Pay - Payment intension.
- Language
Code string - Language short code (en, de, hu, etc)
- Organization
Id string - GSI organization external identifier.
- Payment
Gateways []SubscriptionPayment Gateway - Payment gateway details.
- Payment
Options []SubscriptionPayment Option - Payment option list of a subscription.
- Plan
Type string - Subscription plan type.
- Ship
To stringCust Acct Role Id - Ship to customer account role.
- Ship
To stringCust Acct Site Id - Ship to customer account site address id.
- Subscription
Plan stringNumber - Subscription plan number.
- Tax
Infos []SubscriptionTax Info - Tax details.
- Time
Personal stringTo Corporate Conv - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- Time
Plan stringUpgrade - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- Time
Start string - Start date of the subscription.
- Upgrade
State string - Status of the upgrade.
- Upgrade
State 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 String - Account type.
- bill
To StringCust Account Id - Bill to customer Account id.
- billing
Addresses List<SubscriptionBilling Address> - Address details model.
- currency
Code String - Currency code
- gsi
Org StringCode - GSI Subscription external code.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Intent BooleanTo Pay - Payment intension.
- language
Code String - Language short code (en, de, hu, etc)
- organization
Id String - GSI organization external identifier.
- payment
Gateways List<SubscriptionPayment Gateway> - Payment gateway details.
- payment
Options List<SubscriptionPayment Option> - Payment option list of a subscription.
- plan
Type String - Subscription plan type.
- ship
To StringCust Acct Role Id - Ship to customer account role.
- ship
To StringCust Acct Site Id - Ship to customer account site address id.
- subscription
Plan StringNumber - Subscription plan number.
- tax
Infos List<SubscriptionTax Info> - Tax details.
- time
Personal StringTo Corporate Conv - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time
Plan StringUpgrade - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time
Start String - Start date of the subscription.
- upgrade
State String - Status of the upgrade.
- upgrade
State 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 string - Account type.
- bill
To stringCust Account Id - Bill to customer Account id.
- billing
Addresses SubscriptionBilling Address[] - Address details model.
- currency
Code string - Currency code
- gsi
Org stringCode - GSI Subscription external code.
- id string
- The provider-assigned unique ID for this managed resource.
- is
Intent booleanTo Pay - Payment intension.
- language
Code string - Language short code (en, de, hu, etc)
- organization
Id string - GSI organization external identifier.
- payment
Gateways SubscriptionPayment Gateway[] - Payment gateway details.
- payment
Options SubscriptionPayment Option[] - Payment option list of a subscription.
- plan
Type string - Subscription plan type.
- ship
To stringCust Acct Role Id - Ship to customer account role.
- ship
To stringCust Acct Site Id - Ship to customer account site address id.
- subscription
Plan stringNumber - Subscription plan number.
- tax
Infos SubscriptionTax Info[] - Tax details.
- time
Personal stringTo Corporate Conv - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time
Plan stringUpgrade - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time
Start string - Start date of the subscription.
- upgrade
State string - Status of the upgrade.
- upgrade
State 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[ospgateway.Subscription Billing 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[ospgateway.Subscription Payment Gateway] - Payment gateway details.
- payment_
options Sequence[ospgateway.Subscription Payment 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[ospgateway.Subscription Tax 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)
- account
Type String - Account type.
- bill
To StringCust Account Id - Bill to customer Account id.
- billing
Addresses List<Property Map> - Address details model.
- currency
Code String - Currency code
- gsi
Org StringCode - GSI Subscription external code.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Intent BooleanTo Pay - Payment intension.
- language
Code String - Language short code (en, de, hu, etc)
- organization
Id String - GSI organization external identifier.
- payment
Gateways List<Property Map> - Payment gateway details.
- payment
Options List<Property Map> - Payment option list of a subscription.
- plan
Type String - Subscription plan type.
- ship
To StringCust Acct Role Id - Ship to customer account role.
- ship
To StringCust Acct Site Id - Ship to customer account site address id.
- subscription
Plan StringNumber - Subscription plan number.
- tax
Infos List<Property Map> - Tax details.
- time
Personal StringTo Corporate Conv - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time
Plan StringUpgrade - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time
Start String - Start date of the subscription.
- upgrade
State String - Status of the upgrade.
- upgrade
State 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[_ospgateway.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[_ospgateway.SubscriptionPaymentGatewayArgs]] = None,
payment_options: Optional[Sequence[_ospgateway.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[_ospgateway.SubscriptionSubscriptionArgs] = None,
subscription_id: Optional[str] = None,
subscription_plan_number: Optional[str] = None,
tax_infos: Optional[Sequence[_ospgateway.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) -> Subscription
func 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)
Resource lookup is not supported in YAML
- 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.
- Account
Type string - Account type.
- Bill
To stringCust Account Id - Bill to customer Account id.
- Billing
Addresses List<SubscriptionBilling Address> - Address details model.
- Compartment
Id string - (Updatable) The OCID of the compartment.
- Currency
Code string - Currency code
- Email string
- (Updatable) User email
- Gsi
Org stringCode - GSI Subscription external code.
- Is
Intent boolTo Pay - Payment intension.
- Language
Code string - Language short code (en, de, hu, etc)
- Organization
Id string - GSI organization external identifier.
- Osp
Home stringRegion - (Updatable) The home region's public name of the logged in user.
- Payment
Gateways List<SubscriptionPayment Gateway> - Payment gateway details.
- Payment
Options List<SubscriptionPayment Option> - Payment option list of a subscription.
- Plan
Type string - Subscription plan type.
- Ship
To stringCust Acct Role Id - Ship to customer account role.
- Ship
To stringCust Acct Site Id - Ship to customer account site address id.
- Subscription
Details SubscriptionSubscription - (Updatable) Subscription details object which extends the SubscriptionSummary
- Subscription
Id 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
- Subscription
Plan stringNumber - Subscription plan number.
- Tax
Infos List<SubscriptionTax Info> - Tax details.
- Time
Personal stringTo Corporate Conv - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- Time
Plan stringUpgrade - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- Time
Start string - Start date of the subscription.
- Upgrade
State string - Status of the upgrade.
- Upgrade
State 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 string - Account type.
- Bill
To stringCust Account Id - Bill to customer Account id.
- Billing
Addresses []SubscriptionBilling Address Args - Address details model.
- Compartment
Id string - (Updatable) The OCID of the compartment.
- Currency
Code string - Currency code
- Email string
- (Updatable) User email
- Gsi
Org stringCode - GSI Subscription external code.
- Is
Intent boolTo Pay - Payment intension.
- Language
Code string - Language short code (en, de, hu, etc)
- Organization
Id string - GSI organization external identifier.
- Osp
Home stringRegion - (Updatable) The home region's public name of the logged in user.
- Payment
Gateways []SubscriptionPayment Gateway Args - Payment gateway details.
- Payment
Options []SubscriptionPayment Option Args - Payment option list of a subscription.
- Plan
Type string - Subscription plan type.
- Ship
To stringCust Acct Role Id - Ship to customer account role.
- Ship
To stringCust Acct Site Id - Ship to customer account site address id.
- Subscription
Subscription
Subscription Args - (Updatable) Subscription details object which extends the SubscriptionSummary
- Subscription
Id 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
- Subscription
Plan stringNumber - Subscription plan number.
- Tax
Infos []SubscriptionTax Info Args - Tax details.
- Time
Personal stringTo Corporate Conv - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- Time
Plan stringUpgrade - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- Time
Start string - Start date of the subscription.
- Upgrade
State string - Status of the upgrade.
- Upgrade
State 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 String - Account type.
- bill
To StringCust Account Id - Bill to customer Account id.
- billing
Addresses List<SubscriptionBilling Address> - Address details model.
- compartment
Id String - (Updatable) The OCID of the compartment.
- currency
Code String - Currency code
- email String
- (Updatable) User email
- gsi
Org StringCode - GSI Subscription external code.
- is
Intent BooleanTo Pay - Payment intension.
- language
Code String - Language short code (en, de, hu, etc)
- organization
Id String - GSI organization external identifier.
- osp
Home StringRegion - (Updatable) The home region's public name of the logged in user.
- payment
Gateways List<SubscriptionPayment Gateway> - Payment gateway details.
- payment
Options List<SubscriptionPayment Option> - Payment option list of a subscription.
- plan
Type String - Subscription plan type.
- ship
To StringCust Acct Role Id - Ship to customer account role.
- ship
To StringCust Acct Site Id - Ship to customer account site address id.
- subscription
Subscription
Subscription - (Updatable) Subscription details object which extends the SubscriptionSummary
- subscription
Id 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
- subscription
Plan StringNumber - Subscription plan number.
- tax
Infos List<SubscriptionTax Info> - Tax details.
- time
Personal StringTo Corporate Conv - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time
Plan StringUpgrade - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time
Start String - Start date of the subscription.
- upgrade
State String - Status of the upgrade.
- upgrade
State 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 string - Account type.
- bill
To stringCust Account Id - Bill to customer Account id.
- billing
Addresses SubscriptionBilling Address[] - Address details model.
- compartment
Id string - (Updatable) The OCID of the compartment.
- currency
Code string - Currency code
- email string
- (Updatable) User email
- gsi
Org stringCode - GSI Subscription external code.
- is
Intent booleanTo Pay - Payment intension.
- language
Code string - Language short code (en, de, hu, etc)
- organization
Id string - GSI organization external identifier.
- osp
Home stringRegion - (Updatable) The home region's public name of the logged in user.
- payment
Gateways SubscriptionPayment Gateway[] - Payment gateway details.
- payment
Options SubscriptionPayment Option[] - Payment option list of a subscription.
- plan
Type string - Subscription plan type.
- ship
To stringCust Acct Role Id - Ship to customer account role.
- ship
To stringCust Acct Site Id - Ship to customer account site address id.
- subscription
Subscription
Subscription - (Updatable) Subscription details object which extends the SubscriptionSummary
- subscription
Id 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
- subscription
Plan stringNumber - Subscription plan number.
- tax
Infos SubscriptionTax Info[] - Tax details.
- time
Personal stringTo Corporate Conv - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time
Plan stringUpgrade - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time
Start string - Start date of the subscription.
- upgrade
State string - Status of the upgrade.
- upgrade
State 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[ospgateway.Subscription Billing 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[ospgateway.Subscription Payment Gateway Args] - Payment gateway details.
- payment_
options Sequence[ospgateway.Subscription Payment 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
ospgateway.
Subscription Subscription 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[ospgateway.Subscription Tax 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)
- account
Type String - Account type.
- bill
To StringCust Account Id - Bill to customer Account id.
- billing
Addresses List<Property Map> - Address details model.
- compartment
Id String - (Updatable) The OCID of the compartment.
- currency
Code String - Currency code
- email String
- (Updatable) User email
- gsi
Org StringCode - GSI Subscription external code.
- is
Intent BooleanTo Pay - Payment intension.
- language
Code String - Language short code (en, de, hu, etc)
- organization
Id String - GSI organization external identifier.
- osp
Home StringRegion - (Updatable) The home region's public name of the logged in user.
- payment
Gateways List<Property Map> - Payment gateway details.
- payment
Options List<Property Map> - Payment option list of a subscription.
- plan
Type String - Subscription plan type.
- ship
To StringCust Acct Role Id - Ship to customer account role.
- ship
To StringCust Acct Site Id - Ship to customer account site address id.
- subscription Property Map
- (Updatable) Subscription details object which extends the SubscriptionSummary
- subscription
Id 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
- subscription
Plan StringNumber - Subscription plan number.
- tax
Infos List<Property Map> - Tax details.
- time
Personal StringTo Corporate Conv - Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time
Plan StringUpgrade - Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time
Start String - Start date of the subscription.
- upgrade
State String - Status of the upgrade.
- upgrade
State 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
- Address
Key string - Address identifier.
- City string
- Name of the city.
- Company
Name string - Name of the customer company.
- Contributor
Class string - Contributor class of the customer company.
- Country string
- Country of the address.
- County string
- County of the address.
- Department
Name string - Department name of the customer company.
- Email
Address string - The email address of the paypal user.
- First
Name string - First name of the paypal user.
- Internal
Number string - Internal number of the customer company.
- Job
Title string - Job title of the contact person.
- Last
Name 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.
- Middle
Name string - Middle name of the contact person.
- Municipal
Inscription string - Municipal Inscription.
- Phone
Country stringCode - Phone country code of the contact person.
- Phone
Number string - Phone number of the contact person.
- Postal
Code string - Post code of the address.
- Province string
- Province of the address.
- State string
- State of the address.
- State
Inscription string - State Inscription.
- Street
Name string - Street name of the address.
- Street
Number string - Street number of the address.
- Address
Key string - Address identifier.
- City string
- Name of the city.
- Company
Name string - Name of the customer company.
- Contributor
Class string - Contributor class of the customer company.
- Country string
- Country of the address.
- County string
- County of the address.
- Department
Name string - Department name of the customer company.
- Email
Address string - The email address of the paypal user.
- First
Name string - First name of the paypal user.
- Internal
Number string - Internal number of the customer company.
- Job
Title string - Job title of the contact person.
- Last
Name 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.
- Middle
Name string - Middle name of the contact person.
- Municipal
Inscription string - Municipal Inscription.
- Phone
Country stringCode - Phone country code of the contact person.
- Phone
Number string - Phone number of the contact person.
- Postal
Code string - Post code of the address.
- Province string
- Province of the address.
- State string
- State of the address.
- State
Inscription string - State Inscription.
- Street
Name string - Street name of the address.
- Street
Number string - Street number of the address.
- address
Key String - Address identifier.
- city String
- Name of the city.
- company
Name String - Name of the customer company.
- contributor
Class String - Contributor class of the customer company.
- country String
- Country of the address.
- county String
- County of the address.
- department
Name String - Department name of the customer company.
- email
Address String - The email address of the paypal user.
- first
Name String - First name of the paypal user.
- internal
Number String - Internal number of the customer company.
- job
Title String - Job title of the contact person.
- last
Name 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.
- middle
Name String - Middle name of the contact person.
- municipal
Inscription String - Municipal Inscription.
- phone
Country StringCode - Phone country code of the contact person.
- phone
Number String - Phone number of the contact person.
- postal
Code String - Post code of the address.
- province String
- Province of the address.
- state String
- State of the address.
- state
Inscription String - State Inscription.
- street
Name String - Street name of the address.
- street
Number String - Street number of the address.
- address
Key string - Address identifier.
- city string
- Name of the city.
- company
Name string - Name of the customer company.
- contributor
Class string - Contributor class of the customer company.
- country string
- Country of the address.
- county string
- County of the address.
- department
Name string - Department name of the customer company.
- email
Address string - The email address of the paypal user.
- first
Name string - First name of the paypal user.
- internal
Number string - Internal number of the customer company.
- job
Title string - Job title of the contact person.
- last
Name 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.
- middle
Name string - Middle name of the contact person.
- municipal
Inscription string - Municipal Inscription.
- phone
Country stringCode - Phone country code of the contact person.
- phone
Number string - Phone number of the contact person.
- postal
Code string - Post code of the address.
- province string
- Province of the address.
- state string
- State of the address.
- state
Inscription string - State Inscription.
- street
Name string - Street name of the address.
- street
Number 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.
- address
Key String - Address identifier.
- city String
- Name of the city.
- company
Name String - Name of the customer company.
- contributor
Class String - Contributor class of the customer company.
- country String
- Country of the address.
- county String
- County of the address.
- department
Name String - Department name of the customer company.
- email
Address String - The email address of the paypal user.
- first
Name String - First name of the paypal user.
- internal
Number String - Internal number of the customer company.
- job
Title String - Job title of the contact person.
- last
Name 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.
- middle
Name String - Middle name of the contact person.
- municipal
Inscription String - Municipal Inscription.
- phone
Country StringCode - Phone country code of the contact person.
- phone
Number String - Phone number of the contact person.
- postal
Code String - Post code of the address.
- province String
- Province of the address.
- state String
- State of the address.
- state
Inscription String - State Inscription.
- street
Name String - Street name of the address.
- street
Number String - Street number of the address.
SubscriptionPaymentGateway, SubscriptionPaymentGatewayArgs
- Merchant
Defined List<SubscriptionDatas Payment Gateway Merchant Defined Data> - Merchant details.
- Merchant
Defined []SubscriptionDatas Payment Gateway Merchant Defined Data - Merchant details.
- merchant
Defined List<SubscriptionDatas Payment Gateway Merchant Defined Data> - Merchant details.
- merchant
Defined SubscriptionDatas Payment Gateway Merchant Defined Data[] - Merchant details.
- merchant
Defined List<Property Map>Datas - Merchant details.
SubscriptionPaymentGatewayMerchantDefinedData, SubscriptionPaymentGatewayMerchantDefinedDataArgs
- Cloud
Account stringName - Cloud account name.
- Promo
Type string - Promotion type code.
- Cloud
Account stringName - Cloud account name.
- Promo
Type string - Promotion type code.
- cloud
Account StringName - Cloud account name.
- promo
Type String - Promotion type code.
- cloud
Account stringName - Cloud account name.
- promo
Type string - Promotion type code.
- cloud_
account_ strname - Cloud account name.
- promo_
type str - Promotion type code.
- cloud
Account StringName - Cloud account name.
- promo
Type String - Promotion type code.
SubscriptionPaymentOption, SubscriptionPaymentOptionArgs
- Credit
Card stringType - Credit card type.
- Email
Address string - The email address of the paypal user.
- Ext
Billing stringAgreement Id - Agreement id for the paypal account.
- First
Name string - First name of the paypal user.
- Last
Digits string - Last four digits of the card.
- Last
Name string - Last name of the paypal user.
- Name
On stringCard - Name on the credit card.
- Payment
Method string - Payment method
- Time
Expiration string - Expired date of the credit card.
- Wallet
Instrument stringId - Wallet instrument internal id.
- Wallet
Transaction stringId - Wallet transaction id.
- Credit
Card stringType - Credit card type.
- Email
Address string - The email address of the paypal user.
- Ext
Billing stringAgreement Id - Agreement id for the paypal account.
- First
Name string - First name of the paypal user.
- Last
Digits string - Last four digits of the card.
- Last
Name string - Last name of the paypal user.
- Name
On stringCard - Name on the credit card.
- Payment
Method string - Payment method
- Time
Expiration string - Expired date of the credit card.
- Wallet
Instrument stringId - Wallet instrument internal id.
- Wallet
Transaction stringId - Wallet transaction id.
- credit
Card StringType - Credit card type.
- email
Address String - The email address of the paypal user.
- ext
Billing StringAgreement Id - Agreement id for the paypal account.
- first
Name String - First name of the paypal user.
- last
Digits String - Last four digits of the card.
- last
Name String - Last name of the paypal user.
- name
On StringCard - Name on the credit card.
- payment
Method String - Payment method
- time
Expiration String - Expired date of the credit card.
- wallet
Instrument StringId - Wallet instrument internal id.
- wallet
Transaction StringId - Wallet transaction id.
- credit
Card stringType - Credit card type.
- email
Address string - The email address of the paypal user.
- ext
Billing stringAgreement Id - Agreement id for the paypal account.
- first
Name string - First name of the paypal user.
- last
Digits string - Last four digits of the card.
- last
Name string - Last name of the paypal user.
- name
On stringCard - Name on the credit card.
- payment
Method string - Payment method
- time
Expiration string - Expired date of the credit card.
- wallet
Instrument stringId - Wallet instrument internal id.
- wallet
Transaction 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.
- credit
Card StringType - Credit card type.
- email
Address String - The email address of the paypal user.
- ext
Billing StringAgreement Id - Agreement id for the paypal account.
- first
Name String - First name of the paypal user.
- last
Digits String - Last four digits of the card.
- last
Name String - Last name of the paypal user.
- name
On StringCard - Name on the credit card.
- payment
Method String - Payment method
- time
Expiration String - Expired date of the credit card.
- wallet
Instrument StringId - Wallet instrument internal id.
- wallet
Transaction StringId - Wallet transaction id.
SubscriptionSubscription, SubscriptionSubscriptionArgs
- Subscription
Plan stringNumber - (Updatable) Subscription plan number.
- Account
Type string - (Updatable) Account type.
- Bill
To stringCust Account Id - (Updatable) Bill to customer Account id.
- Billing
Addresses List<SubscriptionSubscription Billing Address> - (Updatable) Address details model.
- Currency
Code string - (Updatable) Currency code
- Gsi
Org stringCode - (Updatable) GSI Subscription external code.
- Id string
- (Updatable) Subscription id identifier (OCID).
- Is
Intent boolTo Pay - (Updatable) Payment intension.
- Language
Code string - (Updatable) Language short code (en, de, hu, etc)
- Organization
Id string - (Updatable) GSI organization external identifier.
- Payment
Gateway SubscriptionSubscription Payment Gateway - (Updatable) Payment gateway details.
- Payment
Options List<SubscriptionSubscription Payment Option> - (Updatable) Payment option list of a subscription.
- Plan
Type string - (Updatable) Subscription plan type.
- Ship
To stringCust Acct Role Id - (Updatable) Ship to customer account role.
- Ship
To stringCust Acct Site Id - (Updatable) Ship to customer account site address id.
- Tax
Info SubscriptionSubscription Tax Info - (Updatable) Tax details.
- Time
Personal stringTo Corporate Conv - (Updatable) Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- Time
Plan stringUpgrade - (Updatable) Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- Time
Start string - (Updatable) Start date of the subscription.
- Upgrade
State string - (Updatable) Status of the upgrade.
- Upgrade
State 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 stringNumber - (Updatable) Subscription plan number.
- Account
Type string - (Updatable) Account type.
- Bill
To stringCust Account Id - (Updatable) Bill to customer Account id.
- Billing
Addresses []SubscriptionSubscription Billing Address - (Updatable) Address details model.
- Currency
Code string - (Updatable) Currency code
- Gsi
Org stringCode - (Updatable) GSI Subscription external code.
- Id string
- (Updatable) Subscription id identifier (OCID).
- Is
Intent boolTo Pay - (Updatable) Payment intension.
- Language
Code string - (Updatable) Language short code (en, de, hu, etc)
- Organization
Id string - (Updatable) GSI organization external identifier.
- Payment
Gateway SubscriptionSubscription Payment Gateway - (Updatable) Payment gateway details.
- Payment
Options []SubscriptionSubscription Payment Option - (Updatable) Payment option list of a subscription.
- Plan
Type string - (Updatable) Subscription plan type.
- Ship
To stringCust Acct Role Id - (Updatable) Ship to customer account role.
- Ship
To stringCust Acct Site Id - (Updatable) Ship to customer account site address id.
- Tax
Info SubscriptionSubscription Tax Info - (Updatable) Tax details.
- Time
Personal stringTo Corporate Conv - (Updatable) Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- Time
Plan stringUpgrade - (Updatable) Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- Time
Start string - (Updatable) Start date of the subscription.
- Upgrade
State string - (Updatable) Status of the upgrade.
- Upgrade
State 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 StringNumber - (Updatable) Subscription plan number.
- account
Type String - (Updatable) Account type.
- bill
To StringCust Account Id - (Updatable) Bill to customer Account id.
- billing
Addresses List<SubscriptionSubscription Billing Address> - (Updatable) Address details model.
- currency
Code String - (Updatable) Currency code
- gsi
Org StringCode - (Updatable) GSI Subscription external code.
- id String
- (Updatable) Subscription id identifier (OCID).
- is
Intent BooleanTo Pay - (Updatable) Payment intension.
- language
Code String - (Updatable) Language short code (en, de, hu, etc)
- organization
Id String - (Updatable) GSI organization external identifier.
- payment
Gateway SubscriptionSubscription Payment Gateway - (Updatable) Payment gateway details.
- payment
Options List<SubscriptionSubscription Payment Option> - (Updatable) Payment option list of a subscription.
- plan
Type String - (Updatable) Subscription plan type.
- ship
To StringCust Acct Role Id - (Updatable) Ship to customer account role.
- ship
To StringCust Acct Site Id - (Updatable) Ship to customer account site address id.
- tax
Info SubscriptionSubscription Tax Info - (Updatable) Tax details.
- time
Personal StringTo Corporate Conv - (Updatable) Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time
Plan StringUpgrade - (Updatable) Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time
Start String - (Updatable) Start date of the subscription.
- upgrade
State String - (Updatable) Status of the upgrade.
- upgrade
State 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 stringNumber - (Updatable) Subscription plan number.
- account
Type string - (Updatable) Account type.
- bill
To stringCust Account Id - (Updatable) Bill to customer Account id.
- billing
Addresses SubscriptionSubscription Billing Address[] - (Updatable) Address details model.
- currency
Code string - (Updatable) Currency code
- gsi
Org stringCode - (Updatable) GSI Subscription external code.
- id string
- (Updatable) Subscription id identifier (OCID).
- is
Intent booleanTo Pay - (Updatable) Payment intension.
- language
Code string - (Updatable) Language short code (en, de, hu, etc)
- organization
Id string - (Updatable) GSI organization external identifier.
- payment
Gateway SubscriptionSubscription Payment Gateway - (Updatable) Payment gateway details.
- payment
Options SubscriptionSubscription Payment Option[] - (Updatable) Payment option list of a subscription.
- plan
Type string - (Updatable) Subscription plan type.
- ship
To stringCust Acct Role Id - (Updatable) Ship to customer account role.
- ship
To stringCust Acct Site Id - (Updatable) Ship to customer account site address id.
- tax
Info SubscriptionSubscription Tax Info - (Updatable) Tax details.
- time
Personal stringTo Corporate Conv - (Updatable) Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time
Plan stringUpgrade - (Updatable) Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time
Start string - (Updatable) Start date of the subscription.
- upgrade
State string - (Updatable) Status of the upgrade.
- upgrade
State 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[ospgateway.Subscription Subscription 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 ospgateway.Subscription Subscription Payment Gateway - (Updatable) Payment gateway details.
- payment_
options Sequence[ospgateway.Subscription Subscription 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 ospgateway.Subscription Subscription 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)
- subscription
Plan StringNumber - (Updatable) Subscription plan number.
- account
Type String - (Updatable) Account type.
- bill
To StringCust Account Id - (Updatable) Bill to customer Account id.
- billing
Addresses List<Property Map> - (Updatable) Address details model.
- currency
Code String - (Updatable) Currency code
- gsi
Org StringCode - (Updatable) GSI Subscription external code.
- id String
- (Updatable) Subscription id identifier (OCID).
- is
Intent BooleanTo Pay - (Updatable) Payment intension.
- language
Code String - (Updatable) Language short code (en, de, hu, etc)
- organization
Id String - (Updatable) GSI organization external identifier.
- payment
Gateway Property Map - (Updatable) Payment gateway details.
- payment
Options List<Property Map> - (Updatable) Payment option list of a subscription.
- plan
Type String - (Updatable) Subscription plan type.
- ship
To StringCust Acct Role Id - (Updatable) Ship to customer account role.
- ship
To StringCust Acct Site Id - (Updatable) Ship to customer account site address id.
- tax
Info Property Map - (Updatable) Tax details.
- time
Personal StringTo Corporate Conv - (Updatable) Date of upgrade/conversion when account type changed from PERSONAL to CORPORATE
- time
Plan StringUpgrade - (Updatable) Date of upgrade/conversion when planType changed from FREE_TIER to PAYG
- time
Start String - (Updatable) Start date of the subscription.
- upgrade
State String - (Updatable) Status of the upgrade.
- upgrade
State 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
- Address
Key string - (Updatable) Address identifier.
- City string
- (Updatable) Name of the city.
- Company
Name string - (Updatable) Name of the customer company.
- Contributor
Class string - (Updatable) Contributor class of the customer company.
- Country string
- (Updatable) Country of the address.
- County string
- (Updatable) County of the address.
- Department
Name string - (Updatable) Department name of the customer company.
- Email
Address string - (Updatable) Contact person email address.
- First
Name string - (Updatable) First name of the contact person.
- Internal
Number string - (Updatable) Internal number of the customer company.
- Job
Title string - (Updatable) Job title of the contact person.
- Last
Name 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.
- Middle
Name string - (Updatable) Middle name of the contact person.
- Municipal
Inscription string - (Updatable) Municipal Inscription.
- Phone
Country stringCode - (Updatable) Phone country code of the contact person.
- Phone
Number string - (Updatable) Phone number of the contact person.
- Postal
Code string - (Updatable) Post code of the address.
- Province string
- (Updatable) Province of the address.
- State string
- (Updatable) State of the address.
- State
Inscription string - (Updatable) State Inscription.
- Street
Name string - (Updatable) Street name of the address.
- Street
Number string - (Updatable) Street number of the address.
- Address
Key string - (Updatable) Address identifier.
- City string
- (Updatable) Name of the city.
- Company
Name string - (Updatable) Name of the customer company.
- Contributor
Class string - (Updatable) Contributor class of the customer company.
- Country string
- (Updatable) Country of the address.
- County string
- (Updatable) County of the address.
- Department
Name string - (Updatable) Department name of the customer company.
- Email
Address string - (Updatable) Contact person email address.
- First
Name string - (Updatable) First name of the contact person.
- Internal
Number string - (Updatable) Internal number of the customer company.
- Job
Title string - (Updatable) Job title of the contact person.
- Last
Name 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.
- Middle
Name string - (Updatable) Middle name of the contact person.
- Municipal
Inscription string - (Updatable) Municipal Inscription.
- Phone
Country stringCode - (Updatable) Phone country code of the contact person.
- Phone
Number string - (Updatable) Phone number of the contact person.
- Postal
Code string - (Updatable) Post code of the address.
- Province string
- (Updatable) Province of the address.
- State string
- (Updatable) State of the address.
- State
Inscription string - (Updatable) State Inscription.
- Street
Name string - (Updatable) Street name of the address.
- Street
Number string - (Updatable) Street number of the address.
- address
Key String - (Updatable) Address identifier.
- city String
- (Updatable) Name of the city.
- company
Name String - (Updatable) Name of the customer company.
- contributor
Class String - (Updatable) Contributor class of the customer company.
- country String
- (Updatable) Country of the address.
- county String
- (Updatable) County of the address.
- department
Name String - (Updatable) Department name of the customer company.
- email
Address String - (Updatable) Contact person email address.
- first
Name String - (Updatable) First name of the contact person.
- internal
Number String - (Updatable) Internal number of the customer company.
- job
Title String - (Updatable) Job title of the contact person.
- last
Name 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.
- middle
Name String - (Updatable) Middle name of the contact person.
- municipal
Inscription String - (Updatable) Municipal Inscription.
- phone
Country StringCode - (Updatable) Phone country code of the contact person.
- phone
Number String - (Updatable) Phone number of the contact person.
- postal
Code String - (Updatable) Post code of the address.
- province String
- (Updatable) Province of the address.
- state String
- (Updatable) State of the address.
- state
Inscription String - (Updatable) State Inscription.
- street
Name String - (Updatable) Street name of the address.
- street
Number String - (Updatable) Street number of the address.
- address
Key string - (Updatable) Address identifier.
- city string
- (Updatable) Name of the city.
- company
Name string - (Updatable) Name of the customer company.
- contributor
Class string - (Updatable) Contributor class of the customer company.
- country string
- (Updatable) Country of the address.
- county string
- (Updatable) County of the address.
- department
Name string - (Updatable) Department name of the customer company.
- email
Address string - (Updatable) Contact person email address.
- first
Name string - (Updatable) First name of the contact person.
- internal
Number string - (Updatable) Internal number of the customer company.
- job
Title string - (Updatable) Job title of the contact person.
- last
Name 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.
- middle
Name string - (Updatable) Middle name of the contact person.
- municipal
Inscription string - (Updatable) Municipal Inscription.
- phone
Country stringCode - (Updatable) Phone country code of the contact person.
- phone
Number string - (Updatable) Phone number of the contact person.
- postal
Code string - (Updatable) Post code of the address.
- province string
- (Updatable) Province of the address.
- state string
- (Updatable) State of the address.
- state
Inscription string - (Updatable) State Inscription.
- street
Name string - (Updatable) Street name of the address.
- street
Number 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.
- address
Key String - (Updatable) Address identifier.
- city String
- (Updatable) Name of the city.
- company
Name String - (Updatable) Name of the customer company.
- contributor
Class String - (Updatable) Contributor class of the customer company.
- country String
- (Updatable) Country of the address.
- county String
- (Updatable) County of the address.
- department
Name String - (Updatable) Department name of the customer company.
- email
Address String - (Updatable) Contact person email address.
- first
Name String - (Updatable) First name of the contact person.
- internal
Number String - (Updatable) Internal number of the customer company.
- job
Title String - (Updatable) Job title of the contact person.
- last
Name 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.
- middle
Name String - (Updatable) Middle name of the contact person.
- municipal
Inscription String - (Updatable) Municipal Inscription.
- phone
Country StringCode - (Updatable) Phone country code of the contact person.
- phone
Number String - (Updatable) Phone number of the contact person.
- postal
Code String - (Updatable) Post code of the address.
- province String
- (Updatable) Province of the address.
- state String
- (Updatable) State of the address.
- state
Inscription String - (Updatable) State Inscription.
- street
Name String - (Updatable) Street name of the address.
- street
Number String - (Updatable) Street number of the address.
SubscriptionSubscriptionPaymentGateway, SubscriptionSubscriptionPaymentGatewayArgs
- Merchant
Defined SubscriptionData Subscription Payment Gateway Merchant Defined Data - (Updatable) Merchant details.
- Merchant
Defined SubscriptionData Subscription Payment Gateway Merchant Defined Data - (Updatable) Merchant details.
- merchant
Defined SubscriptionData Subscription Payment Gateway Merchant Defined Data - (Updatable) Merchant details.
- merchant
Defined SubscriptionData Subscription Payment Gateway Merchant Defined Data - (Updatable) Merchant details.
- merchant_
defined_ ospgateway.data Subscription Subscription Payment Gateway Merchant Defined Data - (Updatable) Merchant details.
- merchant
Defined Property MapData - (Updatable) Merchant details.
SubscriptionSubscriptionPaymentGatewayMerchantDefinedData, SubscriptionSubscriptionPaymentGatewayMerchantDefinedDataArgs
- Cloud
Account stringName - (Updatable) Cloud account name.
- Promo
Type string - (Updatable) Promotion type code.
- Cloud
Account stringName - (Updatable) Cloud account name.
- Promo
Type string - (Updatable) Promotion type code.
- cloud
Account StringName - (Updatable) Cloud account name.
- promo
Type String - (Updatable) Promotion type code.
- cloud
Account stringName - (Updatable) Cloud account name.
- promo
Type string - (Updatable) Promotion type code.
- cloud_
account_ strname - (Updatable) Cloud account name.
- promo_
type str - (Updatable) Promotion type code.
- cloud
Account StringName - (Updatable) Cloud account name.
- promo
Type String - (Updatable) Promotion type code.
SubscriptionSubscriptionPaymentOption, SubscriptionSubscriptionPaymentOptionArgs
- Payment
Method string - (Updatable) Payment method
- Credit
Card stringType - (Updatable) Credit card type.
- Email
Address string - (Updatable) The email address of the paypal user.
- Ext
Billing stringAgreement Id - (Updatable) Agreement id for the paypal account.
- First
Name string - (Updatable) First name of the paypal user.
- Last
Digits string - (Updatable) Last four digits of the card.
- Last
Name string - (Updatable) Last name of the paypal user.
- Name
On stringCard - (Updatable) Name on the credit card.
- Time
Expiration string - (Updatable) Expired date of the credit card.
- Wallet
Instrument stringId - (Updatable) Wallet instrument internal id.
- Wallet
Transaction stringId - (Updatable) Wallet transaction id.
- Payment
Method string - (Updatable) Payment method
- Credit
Card stringType - (Updatable) Credit card type.
- Email
Address string - (Updatable) The email address of the paypal user.
- Ext
Billing stringAgreement Id - (Updatable) Agreement id for the paypal account.
- First
Name string - (Updatable) First name of the paypal user.
- Last
Digits string - (Updatable) Last four digits of the card.
- Last
Name string - (Updatable) Last name of the paypal user.
- Name
On stringCard - (Updatable) Name on the credit card.
- Time
Expiration string - (Updatable) Expired date of the credit card.
- Wallet
Instrument stringId - (Updatable) Wallet instrument internal id.
- Wallet
Transaction stringId - (Updatable) Wallet transaction id.
- payment
Method String - (Updatable) Payment method
- credit
Card StringType - (Updatable) Credit card type.
- email
Address String - (Updatable) The email address of the paypal user.
- ext
Billing StringAgreement Id - (Updatable) Agreement id for the paypal account.
- first
Name String - (Updatable) First name of the paypal user.
- last
Digits String - (Updatable) Last four digits of the card.
- last
Name String - (Updatable) Last name of the paypal user.
- name
On StringCard - (Updatable) Name on the credit card.
- time
Expiration String - (Updatable) Expired date of the credit card.
- wallet
Instrument StringId - (Updatable) Wallet instrument internal id.
- wallet
Transaction StringId - (Updatable) Wallet transaction id.
- payment
Method string - (Updatable) Payment method
- credit
Card stringType - (Updatable) Credit card type.
- email
Address string - (Updatable) The email address of the paypal user.
- ext
Billing stringAgreement Id - (Updatable) Agreement id for the paypal account.
- first
Name string - (Updatable) First name of the paypal user.
- last
Digits string - (Updatable) Last four digits of the card.
- last
Name string - (Updatable) Last name of the paypal user.
- name
On stringCard - (Updatable) Name on the credit card.
- time
Expiration string - (Updatable) Expired date of the credit card.
- wallet
Instrument stringId - (Updatable) Wallet instrument internal id.
- wallet
Transaction 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.
- payment
Method String - (Updatable) Payment method
- credit
Card StringType - (Updatable) Credit card type.
- email
Address String - (Updatable) The email address of the paypal user.
- ext
Billing StringAgreement Id - (Updatable) Agreement id for the paypal account.
- first
Name String - (Updatable) First name of the paypal user.
- last
Digits String - (Updatable) Last four digits of the card.
- last
Name String - (Updatable) Last name of the paypal user.
- name
On StringCard - (Updatable) Name on the credit card.
- time
Expiration String - (Updatable) Expired date of the credit card.
- wallet
Instrument StringId - (Updatable) Wallet instrument internal id.
- wallet
Transaction StringId - (Updatable) Wallet transaction id.
SubscriptionSubscriptionTaxInfo, SubscriptionSubscriptionTaxInfoArgs
- No
Tax stringReason Code - (Updatable) Tax exemption reason code.
- No
Tax stringReason Code Details - (Updatable) Tax exemption reason description.
- Tax
Cnpj string - (Updatable) Brazilian companies' CNPJ number.
- Tax
Payer stringId - (Updatable) Tay payer identifier.
- Tax
Reg stringNumber - (Updatable) Tax registration number.
- No
Tax stringReason Code - (Updatable) Tax exemption reason code.
- No
Tax stringReason Code Details - (Updatable) Tax exemption reason description.
- Tax
Cnpj string - (Updatable) Brazilian companies' CNPJ number.
- Tax
Payer stringId - (Updatable) Tay payer identifier.
- Tax
Reg stringNumber - (Updatable) Tax registration number.
- no
Tax StringReason Code - (Updatable) Tax exemption reason code.
- no
Tax StringReason Code Details - (Updatable) Tax exemption reason description.
- tax
Cnpj String - (Updatable) Brazilian companies' CNPJ number.
- tax
Payer StringId - (Updatable) Tay payer identifier.
- tax
Reg StringNumber - (Updatable) Tax registration number.
- no
Tax stringReason Code - (Updatable) Tax exemption reason code.
- no
Tax stringReason Code Details - (Updatable) Tax exemption reason description.
- tax
Cnpj string - (Updatable) Brazilian companies' CNPJ number.
- tax
Payer stringId - (Updatable) Tay payer identifier.
- tax
Reg 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.
- no
Tax StringReason Code - (Updatable) Tax exemption reason code.
- no
Tax StringReason Code Details - (Updatable) Tax exemption reason description.
- tax
Cnpj String - (Updatable) Brazilian companies' CNPJ number.
- tax
Payer StringId - (Updatable) Tay payer identifier.
- tax
Reg StringNumber - (Updatable) Tax registration number.
SubscriptionTaxInfo, SubscriptionTaxInfoArgs
- Giro string
- Companies' GIRO code
- No
Tax stringReason Code - Tax exemption reason code.
- No
Tax stringReason Code Details - Tax exemption reason description.
- Tax
Cnpj string - Brazilian companies' CNPJ number.
- Tax
Payer stringId - Tay payer identifier.
- Tax
Reg stringNumber - Tax registration number.
- Giro string
- Companies' GIRO code
- No
Tax stringReason Code - Tax exemption reason code.
- No
Tax stringReason Code Details - Tax exemption reason description.
- Tax
Cnpj string - Brazilian companies' CNPJ number.
- Tax
Payer stringId - Tay payer identifier.
- Tax
Reg stringNumber - Tax registration number.
- giro String
- Companies' GIRO code
- no
Tax StringReason Code - Tax exemption reason code.
- no
Tax StringReason Code Details - Tax exemption reason description.
- tax
Cnpj String - Brazilian companies' CNPJ number.
- tax
Payer StringId - Tay payer identifier.
- tax
Reg StringNumber - Tax registration number.
- giro string
- Companies' GIRO code
- no
Tax stringReason Code - Tax exemption reason code.
- no
Tax stringReason Code Details - Tax exemption reason description.
- tax
Cnpj string - Brazilian companies' CNPJ number.
- tax
Payer stringId - Tay payer identifier.
- tax
Reg 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
- no
Tax StringReason Code - Tax exemption reason code.
- no
Tax StringReason Code Details - Tax exemption reason description.
- tax
Cnpj String - Brazilian companies' CNPJ number.
- tax
Payer StringId - Tay payer identifier.
- tax
Reg 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
oci
Terraform Provider.