Interface MerchantCenterLinkInvitationIdentifierOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getMerchantCenterId()
      Output only.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getMerchantCenterId

        long getMerchantCenterId()
         Output only. The Merchant Center id of the Merchant account.
         This field is read only
         
        int64 merchant_center_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The merchantCenterId.