public interface CreateOnlineReturnPolicyRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOnlineReturnPolicy()
public abstract OnlineReturnPolicy getOnlineReturnPolicy()
Required. The return policy object to create.
.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy online_return_policy = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
OnlineReturnPolicy |
The onlineReturnPolicy. |
getOnlineReturnPolicyOrBuilder()
public abstract OnlineReturnPolicyOrBuilder getOnlineReturnPolicyOrBuilder()
Required. The return policy object to create.
.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy online_return_policy = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
OnlineReturnPolicyOrBuilder |
getParent()
public abstract String getParent()
Required. The merchant account for which the return policy will be created.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The merchant account for which the return policy will be created.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
hasOnlineReturnPolicy()
public abstract boolean hasOnlineReturnPolicy()
Required. The return policy object to create.
.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy online_return_policy = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the onlineReturnPolicy field is set. |