Reference documentation and code samples for the Cloud Commerce Producer V1BETA API class Google::Cloud::CommerceProducer::V1beta::ResolveAmendmentTargetRequest.
Message for resolving an amended offer.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#base_standard_offer
def base_standard_offer() -> ::String
Returns
- (::String) — Required. The base standard offer that the private offer will be based on. Format: projects/{project}/locations/{location}/services/{service}/standardOffers/{standard_offer}.
#base_standard_offer=
def base_standard_offer=(value) -> ::String
Parameter
- value (::String) — Required. The base standard offer that the private offer will be based on. Format: projects/{project}/locations/{location}/services/{service}/standardOffers/{standard_offer}.
Returns
- (::String) — Required. The base standard offer that the private offer will be based on. Format: projects/{project}/locations/{location}/services/{service}/standardOffers/{standard_offer}.
#parent
def parent() -> ::String
Returns
- (::String) — Required. Parent value for ResolveAmendmentTargetRequest
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. Parent value for ResolveAmendmentTargetRequest
Returns
- (::String) — Required. Parent value for ResolveAmendmentTargetRequest
#target_billing_account
def target_billing_account() -> ::String
Returns
- (::String) — Required. The customer's billing account targeted by the offer. This is the billing account for which the new private offer will be created on. Format: billingAccounts/{billing_account}.
#target_billing_account=
def target_billing_account=(value) -> ::String
Parameter
- value (::String) — Required. The customer's billing account targeted by the offer. This is the billing account for which the new private offer will be created on. Format: billingAccounts/{billing_account}.
Returns
- (::String) — Required. The customer's billing account targeted by the offer. This is the billing account for which the new private offer will be created on. Format: billingAccounts/{billing_account}.